Create a selectivity estimation function for the text search @@ operator.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Sep 2008 19:03:41 +0000 (19:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Sep 2008 19:03:41 +0000 (19:03 +0000)
commiteb7108273abf71ff176e481c57b41b3c7125d289
treea2a3357659427a67d06954b1a2aae60df745058e
parent4160853ee21021b864b1b612444ad4a52747ec33
Create a selectivity estimation function for the text search @@ operator.

Jan Urbanski
doc/src/sgml/catalogs.sgml
src/backend/tsearch/Makefile
src/backend/tsearch/ts_selfuncs.c [new file with mode: 0644]
src/backend/tsearch/ts_typanalyze.c
src/include/catalog/catversion.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_statistic.h
src/include/tsearch/ts_type.h