diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index f42f3e9341..5c3580aec6 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -9368,9 +9368,6 @@ SELECT NULLIF(value, '(none)') ... array_upper - - cardinality - string_to_array @@ -9503,19 +9500,6 @@ SELECT NULLIF(value, '(none)') ... array_upper(ARRAY[1,2,3,4], 1) 4 - - - - cardinality(anyarray) - - - int - returns the length of the first dimension of the array - (special case of array_length for SQL - compatibility) - cardinality(array[1,2,3]) - 3 - diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index acd2786caa..a13828d52c 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ - +