From aa48a22a82eb8175d0066d7647896cfc121accd3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 9 Jan 2000 17:35:27 +0000 Subject: [PATCH] The psql online help for ALTER TABLE (\h alter table) is corrupt. I traced this back to what I believe is an error in the sgml file used to generate this comment, found in pgsql/doc/src/sgml/ref/alter_table.sgml. Stephen Birch --- doc/src/sgml/ref/alter_table.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 715836f9ac..bb49772e8e 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -24,10 +24,10 @@ Postgres documentation ALTER TABLE table - [ * ] ADD [ COLUMN ] ER">coBLE> column type ALTER TABLE table - [ * ] RENAME [ COLUMN ] ER">coBLE> TO column TO newcolumn ALTER TABLE table RENAME TO newtable -- GitLab