Fix inconsistent formatting.
authorTom Lane
Sat, 19 Oct 2002 23:09:20 +0000 (23:09 +0000)
committerTom Lane
Sat, 19 Oct 2002 23:09:20 +0000 (23:09 +0000)
doc/src/sgml/ref/alter_table.sgml

index eea25682eb095146606786eade15590aeb9f6797..8c4d6980feda581703b4b4093ae3091afdde2f25 100644 (file)
@@ -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