From: Teodor Sigaev Date: Tue, 19 Apr 2005 13:58:11 +0000 (+0000) Subject: Add comment about permissions on pg_ts* tables X-Git-Tag: REL8_0_3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc5b6760879a39516c7643f287baa406f9081c92;p=postgresql Add comment about permissions on pg_ts* tables --- diff --git a/contrib/tsearch2/docs/tsearch-V2-intro.html b/contrib/tsearch2/docs/tsearch-V2-intro.html index 9718589759..726f68dbaf 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.

public | pg_ts_parser | table | kopciuch (4 rows) +

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.

TYPES AND FUNCTIONS PROVIDED BY TSEARCH2

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