diff options
author | Bruce Momjian | 2000-01-09 17:35:27 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-01-09 17:35:27 +0000 |
commit | aa48a22a82eb8175d0066d7647896cfc121accd3 (patch) | |
tree | 7c22214345d1b88ffa4692dd8bb15461ebcdb1a0 | |
parent | 85b309ee8f55daaff7acbcc40a6b25ff8589faf8 (diff) |
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
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 715836f9acd..bb49772e8ee 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.8 1999/07/22 15:09:06 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.9 2000/01/09 17:35:27 momjian Exp $ Postgres documentation --> @@ -24,10 +24,10 @@ Postgres documentation </refsynopsisdivinfo> <synopsis> ALTER TABLE <replaceable class="PARAMETER">table</replaceable> - [ * ] ADD [ COLUMN ] <replaceable class="PARAMETER">ER">co</replaceable>BLE> <replaceable + [ * ] ADD [ COLUMN ] <replaceable class="PARAMETER">column</replaceable> <replaceable class="PARAMETER">type</replaceable> ALTER TABLE <replaceable class="PARAMETER">table</replaceable> - [ * ] RENAME [ COLUMN ] <replaceable class="PARAMETER">ER">co</replaceable>BLE> TO <replaceable + [ * ] RENAME [ COLUMN ] <replaceable class="PARAMETER">column</replaceable> TO <replaceable class="PARAMETER">newcolumn</replaceable> ALTER TABLE <replaceable class="PARAMETER">table</replaceable> RENAME TO <replaceable class="PARAMETER">newtable</replaceable> |