From 36f3a3c48639de93149b6c308820b1bdcf295c5a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 31 Jul 2003 04:48:15 +0000 Subject: [PATCH] contraints -> constraints Rod Taylor --- HISTORY | 2 +- doc/src/sgml/release.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 661d161411..495c0fa802 100644 --- a/HISTORY +++ b/HISTORY @@ -475,7 +475,7 @@ Utility Commands Make foreign key constraints clearer in dump file (Rod) Add COMMENT ON CONSTRAINT (Rod) Allow COPY TO/FROM to specify column names (Brent Verner) - Dump UNIQUE and PRIMARY KEY contraints as ALTER TABLE (Rod) + Dump UNIQUE and PRIMARY KEY constraints as ALTER TABLE (Rod) Have SHOW output a query result (Joe) Generate failure on short COPY lines rather than pad NULLs (Neil) Fix CLUSTER to preserve all table attributes (Alvaro Herrera) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 50e42336d4..1f4538c7c8 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -709,7 +709,7 @@ Properly escape jdbc setObject() strings to improve security (Barry) Make foreign key constraints clearer in dump file (Rod) Add COMMENT ON CONSTRAINT (Rod) Allow COPY TO/FROM to specify column names (Brent Verner) -Dump UNIQUE and PRIMARY KEY contraints as ALTER TABLE (Rod) +Dump UNIQUE and PRIMARY KEY constraints as ALTER TABLE (Rod) Have SHOW output a query result (Joe) Generate failure on short COPY lines rather than pad NULLs (Neil) Fix CLUSTER to preserve all table attributes (Alvaro Herrera)