1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.58 2006/07/02 01:58:36 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.59 2006/07/03 16:43:14 tgl Exp $ -->
2
2
3
3
<chapter id="ddl">
4
4
<title>Data Definition</title>
@@ -2078,6 +2078,7 @@ VALUES ('New York', NULL, NULL, 'NY');
2078
2078
parent. Similarly an inheritance link can be removed from a child using the
2079
2079
<command>ALTER TABLE</command> using the <command>NO INHERIT</command>
2080
2080
subform.
2081
+ </para>
2081
2082
2082
2083
<para>
2083
2084
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');
2086
2087
caveat below regarding constraints). Alternatively a compatible table can
2087
2088
be created by first creating a new child using <command>CREATE
2088
2089
TABLE</command> then removing the inheritance link with <command>ALTER
2089
- TABLE</command>. </para>
2090
+ TABLE</command>.
2091
+ </para>
2090
2092
2091
2093
<para>
2092
2094
A parent table cannot be dropped while any
@@ -2234,7 +2236,7 @@ VALUES ('New York', NULL, NULL, 'NY');
2234
2236
be accessed for a query. Whereas the alternative, adding those columns
2235
2237
to every index, increases space usage which can erase any
2236
2238
performance gain.
2237
- <para>
2239
+ </ para>
2238
2240
2239
2241
<para>
2240
2242
When most of the heavily accessed area of the table is in a single