]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix broken markup.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jun 2003 18:34:06 +0000 (18:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jun 2003 18:34:06 +0000 (18:34 +0000)
doc/src/sgml/ref/create_table.sgml

index 2a33de6dfb5e209fc571ce83482f929a7ac959bc..2d55997e708daec68e02dfe09d4fa2f1ef32da1f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.69 2003/06/12 07:49:43 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.70 2003/06/12 18:34:06 tgl Exp $
 PostgreSQL documentation
 -->
 
@@ -190,6 +190,7 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
       Default expressions for the inherited column definitions will only be included if
       <literal>INCLUDING DEFAULTS</literal> is specified.  The default is to exclude
       default expressions.
+     </para>
     </listitem>
    </varlistentry>