|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.212 2003/10/16 04:11:53 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.213 2003/10/17 18:29:55 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -324,7 +324,7 @@ required for those wishing to migrate data from any previous release.</para>
|
324 | 324 | <listitem><para>Allow proper comparisons for arrays (Joe)</para></listitem>
|
325 | 325 | <listitem><para>Allow array concatenation with '||' (Joe)</para></listitem>
|
326 | 326 | <listitem><para>Allow indexes on array columns, and used in ORDER BY and DISTINCT (Joe)</para></listitem>
|
327 |
| -<listitem><para>Allow WHERE qualification 'expr >oper< ANY/SOME/ALL (array-expr)' (Joe) |
| 327 | +<listitem><para>Allow WHERE qualification 'expr >oper< ANY/SOME/ALL (array-expr)' (Joe)</para></listitem> |
328 | 328 | <listitem><para>Allow polymorphic SQL functions (Joe)</para></listitem>
|
329 | 329 | <listitem><para>New array functions array_append(), array_cat(), array_lower(),
|
330 | 330 | array_prepend(), array_to_string(), array_upper(), string_to_array() (Joe)</para></listitem>
|
|