Skip to content

Commit 04ce41c

Browse files
committed
Add comment about permissions on pg_ts* tables
1 parent fa66de9 commit 04ce41c

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)