Bruce Momjian wrote:
I would be happy if all text search functions began with 'ts', 'ts_', or
'to_ts', and if we don't clean this up now, it is going to be harder in
the future.
+1 from me. \df is also much more useful then.
> I think users can expect some migration for text search in
8.3 as
Tom Lane wrote:
> I find the following additions to pg_proc in the current tsearch2 patch:
It seems a lot of these are useless and just bloat. I will mark a few:
>proc | prorettype
> --+
> pg_ts_parser_is
I find the following additions to pg_proc in the current tsearch2 patch:
proc | prorettype
--+
pg_ts_parser_is_visible(oid) | boolean
pg_ts_dict_is_visible(oid) | boolean
pg_ts_te