From: Tom Lane Date: Sat, 19 Oct 2002 23:09:20 +0000 (+0000) Subject: Fix inconsistent formatting. X-Git-Tag: REL7_3~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=272bf59d29bf5cca4d4ce6322525d85dbb9ef25e;p=postgresql Fix inconsistent formatting. --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index eea25682eb..8c4d6980fe 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -41,9 +41,9 @@ ALTER TABLE table ALTER TABLE [ ONLY ] table [ * ] ADD table_constraint ALTER TABLE [ ONLY ] table [ * ] - DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ] + DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ] ALTER TABLE table - OWNER TO new_owner + OWNER TO new_owner