mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Add comment about permissions on pg_ts* tables
This commit is contained in:
@ -168,7 +168,7 @@
|
|||||||
public | pg_ts_parser | table | kopciuch
|
public | pg_ts_parser | table | kopciuch
|
||||||
(4 rows)
|
(4 rows)
|
||||||
</pre>
|
</pre>
|
||||||
|
<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>
|
||||||
<h3>TYPES AND FUNCTIONS PROVIDED BY TSEARCH2</h3>
|
<h3>TYPES AND FUNCTIONS PROVIDED BY TSEARCH2</h3>
|
||||||
|
|
||||||
<p>The first thing we can do is try out some of the types that
|
<p>The first thing we can do is try out some of the types that
|
||||||
@ -1008,4 +1008,4 @@ If you parse a lexem from a word not in the dictionary, then you will receive an
|
|||||||
tsearch2.sql. Any errors in step 5 will mean the database
|
tsearch2.sql. Any errors in step 5 will mean the database
|
||||||
schema was probably restored wrongly.</p>
|
schema was probably restored wrongly.</p>
|
||||||
</div>
|
</div>
|
||||||
</body></html>
|
</body></html>
|
||||||
|
Reference in New Issue
Block a user