1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

contraints -> constraints

Rod Taylor
This commit is contained in:
Bruce Momjian
2003-07-31 04:48:15 +00:00
parent 6b8f6a65e2
commit 36f3a3c486
2 changed files with 3 additions and 3 deletions

View File

@ -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)