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/postgres-ref.sgml | |
parent | 2042daf5c3f54f338c8a332e7314c23bff5d0c36 (diff) | |
download | postgresql-be2b660ecd5ca205570825633e7b8479379ddc64.tar.gz postgresql-be2b660ecd5ca205570825633e7b8479379ddc64.zip |
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/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index fa9f29462c4..7b282eb295a 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.29 2002/10/23 23:33:08 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.30 2003/01/19 00:13:31 momjian Exp $ PostgreSQL documentation --> @@ -123,11 +123,11 @@ PostgreSQL documentation <para> You can avoid having to type these options by setting up a - configuration file. See the <citetitle>Administrator's - Guide</citetitle> for details. Some (safe) options can also be - set from the connecting client in an application-dependent way. - For example, if the environment variable <envar>PGOPTIONS</envar> - is set, then <application>libpq</>-based clients will pass that string to the + configuration file. See the &cite-admin; for details. Some + (safe) options can also be set from the connecting client in an + application-dependent way. For example, if the environment + variable <envar>PGOPTIONS</envar> is set, then + <application>libpq</>-based clients will pass that string to the server, which will interpret it as <application>postgres</application> command-line options. </para> @@ -153,8 +153,7 @@ PostgreSQL documentation means that the <quote>day before month</quote> (rather than month before day) rule is used to interpret ambiguous date input, and that the day is printed before the month in certain - date output formats. See the <citetitle>PostgreSQL User's - Guide</citetitle> for more information. + date output formats. See the &cite-user; for more information. </para> </listitem> </varlistentry> |