aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2005-04-19 13:58:48 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2005-04-19 13:58:48 +0000
commit04ce41ca622c40c0501de1e31cf888f64f1736bf (patch)
tree79b38cee33fcf25c2577646386b4a054b6806654
parentfa66de98a9bb28e0fb561699cf901833b3f41302 (diff)
downloadpostgresql-04ce41ca622c40c0501de1e31cf888f64f1736bf.tar.gz
postgresql-04ce41ca622c40c0501de1e31cf888f64f1736bf.zip
Add comment about permissions on pg_ts* tables
-rw-r--r--contrib/tsearch2/docs/tsearch-V2-intro.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tsearch2/docs/tsearch-V2-intro.html b/contrib/tsearch2/docs/tsearch-V2-intro.html
index 97185897591..fb36f2c28a7 100644
--- a/contrib/tsearch2/docs/tsearch-V2-intro.html
+++ b/contrib/tsearch2/docs/tsearch-V2-intro.html
@@ -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