Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04ce41c

Browse files
committed
Add comment about permissions on pg_ts* tables
1 parentfa66de9 commit04ce41c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎contrib/tsearch2/docs/tsearch-V2-intro.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ <h3>ADDING TSEARCH2 FUNCTIONALITY TO A DATABASE</h3>
188188
public | pg_ts_parser | table | kopciuch
189189
(4 rows)
190190
</pre>
191+
<p>You may need to grant permissions to use on pg_ts_dict, pg_ts_parser, pg_ts_cfg, pg_ts_cfgmap tables to let non-superuser works with tsearch2. GRANT SELECT should be enough for search-only access.</p>
191192
<h3>TYPES AND FUNCTIONS PROVIDED BY TSEARCH2</h3>
192193
<p>The first thing we can do is try out some of the types that are
193194
provided for us. Lets look at the tsvector type provided for

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp