diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-04-06 15:41:20 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-04-06 15:41:20 +0000 |
| commit | 7fcbc5ddf0f7939bb92003acd2b4b866044a23f8 (patch) | |
| tree | 9b51c0a25fd0704e6153637b4e77739a285d7797 /doc/src/sgml/ref/create_table.sgml | |
| parent | 905a457a9866027d3efdbc63022c4b1801389f8d (diff) | |
| download | postgresql-7fcbc5ddf0f7939bb92003acd2b4b866044a23f8.tar.gz | |
Fix markup to include all closing tags.
Required by newest versions of DocBook and style sheets.
Diffstat (limited to 'doc/src/sgml/ref/create_table.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 96f2f58f39..148b0b63b7 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1482,6 +1482,7 @@ disallow this. <synopsis> [ CONSTRAINT name ] NULL </synopsis> +</para> </REFSECT3> <REFSECT3 ID="R3-SQL-NOTNULL-4"> @@ -1850,7 +1851,7 @@ but with perhaps a more obvious syntax. <!-- Keep this comment at the end of the file Local variables: mode: sgml -sgml-omittag:t +sgml-omittag:nil sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t |
