From: Tom Lane Date: Fri, 17 Oct 2003 18:29:55 +0000 (+0000) Subject: Fix busted markup. X-Git-Tag: REL7_4_BETA5~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34ed505966f91cfebb2bd945e3c1e6018a7f7912;p=thirdparty%2Fpostgresql.git Fix busted markup. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 7f25cee178b..e77107e005b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -324,7 +324,7 @@ required for those wishing to migrate data from any previous release. Allow proper comparisons for arrays (Joe) Allow array concatenation with '||' (Joe) Allow indexes on array columns, and used in ORDER BY and DISTINCT (Joe) -Allow WHERE qualification 'expr >oper< ANY/SOME/ALL (array-expr)' (Joe) +Allow WHERE qualification 'expr >oper< ANY/SOME/ALL (array-expr)' (Joe) Allow polymorphic SQL functions (Joe) New array functions array_append(), array_cat(), array_lower(), array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)