Create a selectivity estimation function for the text search @@ operator.
commitc380779f1c68ee8bed98bba311a7ea194fd8e492
authortgl <tgl>
Fri, 19 Sep 2008 19:03:41 +0000 (19 19:03 +0000)
committertgl <tgl>
Fri, 19 Sep 2008 19:03:41 +0000 (19 19:03 +0000)
tree463387cc368c24e30e7e67a8f0c5cd4247f9f8b5
parent6a7ffa4d53c38f2456c8f4c79f37bcfdff3b5fef
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