diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-10-30 19:34:40 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-10-30 19:34:40 +0000 |
commit | 3d83e28b2b3c1fda477256a21e153c99c5611bbd (patch) | |
tree | c6eb38becbf140b5d223048f9d6b69b1829fae5f /doc/src/sgml/ref/create_sequence.sgml | |
parent | 3ac0a4e0589348ffd185ad463c8f89071f9f3695 (diff) | |
download | postgresql-3d83e28b2b3c1fda477256a21e153c99c5611bbd.tar.gz postgresql-3d83e28b2b3c1fda477256a21e153c99c5611bbd.zip |
Minor cleanup in markup, especially in the Output section.
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_sequence.sgml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 63644c88ff3..e8fb57f3b4f 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -148,14 +148,7 @@ CREATE SEQUENCE <replaceable class="parameter">seqname</replaceable> Outputs </TITLE> <PARA> - </PARA> - <VARIABLELIST> - <VARLISTENTRY> - <TERM> -<replaceable>status</replaceable> - </TERM> - <LISTITEM> - <PARA> + <VARIABLELIST> <VARLISTENTRY> <TERM> @@ -204,12 +197,7 @@ CREATE SEQUENCE <replaceable class="parameter">seqname</replaceable> <LISTITEM> <PARA> If the minimum and maximum values are inconsistant. - </PARA> - </LISTITEM> - </VARLISTENTRY> - </variablelist> - </LISTITEM> - </VARLISTENTRY> + </VARIABLELIST> </REFSECT2> </REFSYNOPSISDIV> |