|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.203 2003/07/29 00:03:17 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.204 2003/07/31 04:48:15 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -709,7 +709,7 @@ Properly escape jdbc setObject() strings to improve security (Barry)
|
709 | 709 | <listitem><para>Make foreign key constraints clearer in dump file (Rod)</para></listitem>
|
710 | 710 | <listitem><para>Add COMMENT ON CONSTRAINT (Rod)</para></listitem>
|
711 | 711 | <listitem><para>Allow COPY TO/FROM to specify column names (Brent Verner)</para></listitem>
|
712 |
| -<listitem><para>Dump UNIQUE and PRIMARY KEYcontraints as ALTER TABLE (Rod)</para></listitem> |
| 712 | +<listitem><para>Dump UNIQUE and PRIMARY KEYconstraints as ALTER TABLE (Rod)</para></listitem> |
713 | 713 | <listitem><para>Have SHOW output a query result (Joe)</para></listitem>
|
714 | 714 | <listitem><para>Generate failure on short COPY lines rather than pad NULLs (Neil)</para></listitem>
|
715 | 715 | <listitem><para>Fix CLUSTER to preserve all table attributes (Alvaro Herrera)</para></listitem>
|
|