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/pg_ctl-ref.sgml | |
| parent | 2042daf5c3f54f338c8a332e7314c23bff5d0c36 (diff) | |
| download | postgresql-be2b660ecd5ca205570825633e7b8479379ddc64.tar.gz | |
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/pg_ctl-ref.sgml')
| -rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 1c5c842513..1ce8cfc9f2 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.17 2002/10/11 23:03:48 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.18 2003/01/19 00:13:30 momjian Exp $ PostgreSQL documentation --> @@ -368,7 +368,7 @@ Command line was: <title>See Also</title> <para> - <xref linkend="app-postmaster">, <citetitle>PostgreSQL Administrator's Guide</citetitle> + <xref linkend="app-postmaster">, &cite-admin; </para> </refsect1> |
