diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-10-19 23:09:20 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-10-19 23:09:20 +0000 |
commit | 272bf59d29bf5cca4d4ce6322525d85dbb9ef25e (patch) | |
tree | ae144cdbc9f0924e6914040e366e3ec3b65be024 | |
parent | 93dca0d224539c6f563fb1cdd508f96dd64cc903 (diff) | |
download | postgresql-272bf59d29bf5cca4d4ce6322525d85dbb9ef25e.tar.gz postgresql-272bf59d29bf5cca4d4ce6322525d85dbb9ef25e.zip |
Fix inconsistent formatting.
-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 eea25682eb0..8c4d6980fed 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.51 2002/10/19 22:51:45 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.52 2002/10/19 23:09:20 tgl Exp $ PostgreSQL documentation --> @@ -41,9 +41,9 @@ ALTER TABLE <replaceable class="PARAMETER">table</replaceable> ALTER TABLE [ ONLY ] <replaceable class="PARAMETER">table</replaceable> [ * ] ADD <replaceable class="PARAMETER">table_constraint</replaceable> ALTER TABLE [ ONLY ] <replaceable class="PARAMETER">table</replaceable> [ * ] - DROP CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> [ RESTRICT | CASCADE ] + DROP CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> [ RESTRICT | CASCADE ] ALTER TABLE <replaceable class="PARAMETER">table</replaceable> - OWNER TO <replaceable class="PARAMETER">new_owner</replaceable> + OWNER TO <replaceable class="PARAMETER">new_owner</replaceable> </synopsis> <refsect2 id="R2-SQL-ALTERTABLE-1"> |