1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-18 17:41:14 +03:00

Add comment about permissions on pg_ts* tables

This commit is contained in:
Teodor Sigaev 2005-04-19 13:59:06 +00:00
parent e1d55f7917
commit 6091d62c9d

View File

@ -168,7 +168,7 @@
public | pg_ts_parser | table | kopciuch
(4 rows)
</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>
<p>The first thing we can do is try out some of the types that