From: Tom Lane Date: Wed, 1 Apr 2009 03:32:29 +0000 (+0000) Subject: Index some array functions, per Mario Splivalo. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dfc9cd9025568f85cd44b65a92f55e017dffd1b5;p=users%2Fsimon%2Fpostgres.git Index some array functions, per Mario Splivalo. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 58a08f324d..ab34b844bf 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -9338,6 +9338,46 @@ SELECT NULLIF(value, '(none)') ... for more discussion and examples of the use of these functions. + + array_append + + + array_cat + + + array_ndims + + + array_dims + + + array_fill + + + array_length + + + array_lower + + + array_prepend + + + array_to_string + + + array_upper + + + cardinality + + + string_to_array + + + unnest + + Array Functions