mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Add comment about permissions on pg_ts* tables
This commit is contained in:
parent
fa66de98a9
commit
04ce41ca62
@ -188,6 +188,7 @@ pg_ts_dict, pg_ts_parser, pg_ts_cfg, pg_ts_cfgmap are added.</p>
|
||||
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 are
|
||||
provided for us. Lets look at the tsvector type provided for
|
||||
|
Loading…
Reference in New Issue
Block a user