From be2b660ecd5ca205570825633e7b8479379ddc64 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 19 Jan 2003 00:13:31 +0000 Subject: This patch includes a lot of minor cleanups to the SGML documentation, including: - replacing all the appropriate usages of PostgreSQL ... 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 --- doc/src/sgml/ref/postgres-ref.sgml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'doc/src/sgml/ref/postgres-ref.sgml') 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 @@ @@ -123,11 +123,11 @@ PostgreSQL documentation You can avoid having to type these options by setting up a - configuration file. See the Administrator's - Guide for details. Some (safe) options can also be - set from the connecting client in an application-dependent way. - For example, if the environment variable PGOPTIONS - is set, then 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 PGOPTIONS is set, then + libpq-based clients will pass that string to the server, which will interpret it as postgres command-line options. @@ -153,8 +153,7 @@ PostgreSQL documentation means that the day before month (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 PostgreSQL User's - Guide for more information. + date output formats. See the &cite-user; for more information. -- cgit v1.2.3