Commit 04ce41ca authored by Teodor Sigaev's avatar Teodor Sigaev

Add comment about permissions on pg_ts* tables

parent fa66de98
...@@ -188,6 +188,7 @@ pg_ts_dict, pg_ts_parser, pg_ts_cfg, pg_ts_cfgmap are added.</p> ...@@ -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 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 are <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 provided for us. Lets look at the tsvector type provided for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment