From b581b854061c457e3de328e6caf74b6114dc8693 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 26 Mar 2007 17:23:37 +0000 Subject: [PATCH] Fix seriously broken markup for libpq-envars cross-references. --- doc/src/sgml/ref/clusterdb.sgml | 6 +++--- doc/src/sgml/ref/createdb.sgml | 6 +++--- doc/src/sgml/ref/createlang.sgml | 6 +++--- doc/src/sgml/ref/createuser.sgml | 6 +++--- doc/src/sgml/ref/dropdb.sgml | 6 +++--- doc/src/sgml/ref/droplang.sgml | 6 +++--- doc/src/sgml/ref/dropuser.sgml | 6 +++--- doc/src/sgml/ref/initdb.sgml | 6 +++--- doc/src/sgml/ref/pg_ctl-ref.sgml | 6 +++--- doc/src/sgml/ref/pg_dump.sgml | 6 +++--- doc/src/sgml/ref/pg_dumpall.sgml | 6 +++--- doc/src/sgml/ref/pg_restore.sgml | 6 +++--- doc/src/sgml/ref/psql-ref.sgml | 6 +++--- doc/src/sgml/ref/reindexdb.sgml | 7 +++---- doc/src/sgml/ref/vacuumdb.sgml | 9 ++++----- 15 files changed, 46 insertions(+), 48 deletions(-) diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 7db333b749..fd27b3efe8 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ @@ -193,8 +193,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml index 62bdf5671e..02a3a7948f 100644 --- a/doc/src/sgml/ref/createdb.sgml +++ b/doc/src/sgml/ref/createdb.sgml @@ -1,5 +1,5 @@ @@ -244,8 +244,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index 2323be9bd8..6913a13272 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ @@ -174,8 +174,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 9303e68ba2..834ec1db7b 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ @@ -334,8 +334,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml index c96b2da6a5..bb07abe050 100644 --- a/doc/src/sgml/ref/dropdb.sgml +++ b/doc/src/sgml/ref/dropdb.sgml @@ -1,5 +1,5 @@ @@ -171,8 +171,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index ba590d430e..c284476c2a 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -1,5 +1,5 @@ @@ -182,8 +182,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index 37ffcc0785..303f053e52 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -1,5 +1,5 @@ @@ -174,8 +174,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 9c2e0b1d1d..312da7085a 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -1,5 +1,5 @@ @@ -294,8 +294,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index a7e1b7ec69..c9b5ae9938 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ @@ -358,8 +358,8 @@ PostgreSQL documentation For additional server variables, see . This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 7c56a6ba27..6bb1cf4a47 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -686,8 +686,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 48869374df..0d944278c4 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -406,8 +406,8 @@ PostgreSQL documentation This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index c0e6ba2747..8ed0a57b58 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -511,8 +511,8 @@ This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 644a71b792..0603fe7959 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -2731,8 +2731,8 @@ $endif This utility, like most other PostgreSQL utilities, - also uses the environment variables supported by . + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index ec6dc38872..657930d9e5 100644 --- a/doc/src/sgml/ref/reindexdb.sgml +++ b/doc/src/sgml/ref/reindexdb.sgml @@ -215,10 +215,9 @@ PostgreSQL documentation - Because psql uses libpq - internally, all libpq environment variables are - also honored by psql. For a complete list of those - variables, see . + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by libpq + (see ). diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index e082397b93..600b25d572 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ @@ -237,10 +237,9 @@ PostgreSQL documentation - Because psql uses libpq - internally, all libpq environment variables are - also honored by psql. For a complete list of those - variables, see . + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by libpq + (see ).