diff options
author | Teodor Sigaev <teodor@sigaev.ru> | 2005-04-19 13:59:06 +0000 |
---|---|---|
committer | Teodor Sigaev <teodor@sigaev.ru> | 2005-04-19 13:59:06 +0000 |
commit | 6091d62c9d6a901b4bf83d88e02b13632da8975a (patch) | |
tree | daf17c711a1de2c633da8a5c3b84b9c51282e794 | |
parent | e1d55f79177adc4f5fe3eb27a5a5e8a7e15eed56 (diff) | |
download | postgresql-6091d62c9d6a901b4bf83d88e02b13632da8975a.tar.gz postgresql-6091d62c9d6a901b4bf83d88e02b13632da8975a.zip |
Add comment about permissions on pg_ts* tables
-rw-r--r-- | contrib/tsearch2/docs/tsearch-V2-intro.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tsearch2/docs/tsearch-V2-intro.html b/contrib/tsearch2/docs/tsearch-V2-intro.html index ed2bc4179f0..74496990531 100644 --- a/contrib/tsearch2/docs/tsearch-V2-intro.html +++ b/contrib/tsearch2/docs/tsearch-V2-intro.html @@ -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 @@ -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 schema was probably restored wrongly.</p> </div> -</body></html>
\ No newline at end of file +</body></html> |