diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-19 00:13:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-19 00:13:31 +0000 |
commit | be2b660ecd5ca205570825633e7b8479379ddc64 (patch) | |
tree | 8b229de93c4810a7f1cdd6b29099316abc05c2d7 /doc/src/sgml/ref/create_sequence.sgml | |
parent | 2042daf5c3f54f338c8a332e7314c23bff5d0c36 (diff) |
This patch includes a lot of minor cleanups to the SGML documentation,
including:
- replacing all the appropriate usages of <citetitle>PostgreSQL
...</citetitle> with &cite-user;, &cite-admin;, and so on
- fix an omission in the EXECUTE documentation
- add some more text to the EXPLAIN documentation
- improve the PL/PgSQL RETURN NEXT documentation (more work to do here)
- minor markup fixes
Neil Conway
Diffstat (limited to 'doc/src/sgml/ref/create_sequence.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_sequence.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_sequence.sgml b/doc/src/sgml/ref/create_sequence.sgml index 4e36dfbe771..a357e434e37 100644 --- a/doc/src/sgml/ref/create_sequence.sgml +++ b/doc/src/sgml/ref/create_sequence.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.29 2002/11/10 00:10:20 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_sequence.sgml,v 1.30 2003/01/19 00:13:29 momjian Exp $ PostgreSQL documentation --> @@ -256,7 +256,7 @@ ERROR: DefineSequence: MINVALUE (<replaceable class="parameter">min</replaceabl <function>currval</function> and <function>setval</function> to operate on the sequence. These functions are documented in - the <citetitle>User's Guide</citetitle>. + the &cite-user;. </para> <para> |