|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.69 2003/06/1207:49:43 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.70 2003/06/1218:34:06 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -190,6 +190,7 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
|
190 | 190 | Default expressions for the inherited column definitions will only be included if
|
191 | 191 | <literal>INCLUDING DEFAULTS</literal> is specified. The default is to exclude
|
192 | 192 | default expressions.
|
| 193 | + </para> |
193 | 194 | </listitem>
|
194 | 195 | </varlistentry>
|
195 | 196 |
|
|