Fix broken markup.
authorTom Lane
Mon, 3 Jul 2006 16:43:14 +0000 (16:43 +0000)
committerTom Lane
Mon, 3 Jul 2006 16:43:14 +0000 (16:43 +0000)
doc/src/sgml/ddl.sgml

index a404a9c6141695f63eb464cf98e59927c9a62e49..670026d591e8f8e4d14937554950e3dc809ad7e6 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Data Definition
@@ -2078,6 +2078,7 @@ VALUES ('New York', NULL, NULL, 'NY');
    parent. Similarly an inheritance link can be removed from a child using the
    ALTER TABLE using the NO INHERIT
    subform.
+  
 
   
    One convenient way to create a compatible table to be a new child is using
@@ -2086,7 +2087,8 @@ VALUES ('New York', NULL, NULL, 'NY');
    caveat below regarding constraints). Alternatively a compatible table can
    be created by first creating a new child using CREATE
    TABLE then removing the inheritance link with ALTER
-   TABLE. 
+   TABLE.
+  
 
   
    A parent table cannot be dropped while any
@@ -2234,7 +2236,7 @@ VALUES ('New York', NULL, NULL, 'NY');
       be accessed for a query. Whereas the alternative, adding those columns
       to every index, increases space usage which can erase any
       performance gain.
-     
+     </para>
 
      
       When most of the heavily accessed area of the table is in a single