The psql online help for ALTER TABLE (\h alter table) is corrupt. I
authorBruce Momjian
Sun, 9 Jan 2000 17:35:27 +0000 (17:35 +0000)
committerBruce Momjian
Sun, 9 Jan 2000 17:35:27 +0000 (17:35 +0000)
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

index 715836f9acd411aca9e54f5d1865a05c19db1e03..bb49772e8eedf2dce054fe2b1aaa25c1ed1b96c3 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -24,10 +24,10 @@ Postgres documentation
   
   
 ALTER TABLE table
-    [ * ] ADD [ COLUMN ] ER">coBLE
+    [ * ] ADD [ COLUMN ] column> 
     class="PARAMETER">type
 ALTER TABLE table
-    [ * ] RENAME [ COLUMN ] ER">coBLE> TO 
+    [ * ] RENAME [ COLUMN ] column> TO 
     class="PARAMETER">newcolumn
 ALTER TABLE table
     RENAME TO newtable