From 4e57668da475f47242d8552df371a3dbef5205f8 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 19 Sep 2008 19:03:41 +0000 Subject: Create a selectivity estimation function for the text search @@ operator. Jan Urbanski --- doc/src/sgml/catalogs.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 646e37d79fc..40f1ce568ed 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ - + @@ -6664,6 +6664,9 @@ A list of the frequencies of the most common values or elements, i.e., number of occurrences of each divided by total number of rows. (NULL when most_common_vals is.) + For some datatypes such as tsvector, it can also store some + additional information, making it longer than the + most_common_vals array. -- cgit v1.2.3