diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-07-31 04:48:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-07-31 04:48:15 +0000 |
commit | 36f3a3c48639de93149b6c308820b1bdcf295c5a (patch) | |
tree | 21b1e3848237096373ce4200881093d59bdd0c48 /doc/src | |
parent | 6b8f6a65e2a2086da3c0e0ba2ffe6f11fcde682e (diff) |
contraints -> constraints
Rod Taylor
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 50e42336d4e..1f4538c7c87 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.203 2003/07/29 00:03:17 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.204 2003/07/31 04:48:15 momjian Exp $ --> <appendix id="release"> @@ -709,7 +709,7 @@ Properly escape jdbc setObject() strings to improve security (Barry) <listitem><para>Make foreign key constraints clearer in dump file (Rod)</para></listitem> <listitem><para>Add COMMENT ON CONSTRAINT (Rod)</para></listitem> <listitem><para>Allow COPY TO/FROM to specify column names (Brent Verner)</para></listitem> -<listitem><para>Dump UNIQUE and PRIMARY KEY contraints as ALTER TABLE (Rod)</para></listitem> +<listitem><para>Dump UNIQUE and PRIMARY KEY constraints as ALTER TABLE (Rod)</para></listitem> <listitem><para>Have SHOW output a query result (Joe)</para></listitem> <listitem><para>Generate failure on short COPY lines rather than pad NULLs (Neil)</para></listitem> <listitem><para>Fix CLUSTER to preserve all table attributes (Alvaro Herrera)</para></listitem> |