From 272bf59d29bf5cca4d4ce6322525d85dbb9ef25e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 19 Oct 2002 23:09:20 +0000 Subject: [PATCH] Fix inconsistent formatting. --- 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 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