You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/tsearch2/docs/tsearch-V2-intro.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,7 @@ <h3>ADDING TSEARCH2 FUNCTIONALITY TO A DATABASE</h3>
188
188
public | pg_ts_parser | table | kopciuch
189
189
(4 rows)
190
190
</pre>
191
+
<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>
191
192
<h3>TYPES AND FUNCTIONS PROVIDED BY TSEARCH2</h3>
192
193
<p>The first thing we can do is try out some of the types that are
193
194
provided for us. Lets look at the tsvector type provided for