diff --git a/doc/src/sgml/ref/clusterdb.sgml b/doc/src/sgml/ref/clusterdb.sgml index 563840d0b3..86f63c4e40 100644 --- a/doc/src/sgml/ref/clusterdb.sgml +++ b/doc/src/sgml/ref/clusterdb.sgml @@ -1,5 +1,5 @@ @@ -190,6 +190,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -235,7 +242,6 @@ PostgreSQL documentation - Environment Variables () diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml index 0863e9a75a..62bdf5671e 100644 --- a/doc/src/sgml/ref/createdb.sgml +++ b/doc/src/sgml/ref/createdb.sgml @@ -1,5 +1,5 @@ @@ -241,6 +241,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -294,7 +301,6 @@ PostgreSQL documentation - Environment Variables () diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index 5f9fac44d1..2323be9bd8 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ @@ -171,6 +171,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -181,7 +188,9 @@ PostgreSQL documentation Most error messages are self-explanatory. If not, run createlang with the option and see under the respective SQL command - for details. + for details. Also, any default connection settings and environment + variables used by the libpq front-end + library will apply. @@ -216,7 +225,6 @@ PostgreSQL documentation - Environment Variables () diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 9197ea8a30..9303e68ba2 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ @@ -331,6 +331,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -401,7 +408,6 @@ PostgreSQL documentation - Environment Variables () diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml index 8b4198af4d..40e2ade865 100644 --- a/doc/src/sgml/ref/dropdb.sgml +++ b/doc/src/sgml/ref/dropdb.sgml @@ -1,5 +1,5 @@ @@ -168,6 +168,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -220,7 +227,6 @@ DROP DATABASE - Environment Variables () diff --git a/doc/src/sgml/ref/droplang.sgml b/doc/src/sgml/ref/droplang.sgml index 380d0243b0..3986b01dfc 100644 --- a/doc/src/sgml/ref/droplang.sgml +++ b/doc/src/sgml/ref/droplang.sgml @@ -1,5 +1,5 @@ @@ -179,6 +179,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -189,7 +196,9 @@ PostgreSQL documentation Most error messages are self-explanatory. If not, run droplang with the option and see under the respective SQL command - for details. + for details. Also, any default connection settings and environment + variables used by the libpq front-end + library will apply. @@ -220,7 +229,6 @@ PostgreSQL documentation - Environment Variables () diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index f103fddaf8..37ffcc0785 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -1,5 +1,5 @@ @@ -171,6 +171,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -223,7 +230,6 @@ DROP ROLE - Environment Variables () diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 07147c10ec..985a79b36f 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -1,5 +1,5 @@ @@ -291,6 +291,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + diff --git a/doc/src/sgml/ref/pg_controldata.sgml b/doc/src/sgml/ref/pg_controldata.sgml index 658d32f5b0..466c03e224 100644 --- a/doc/src/sgml/ref/pg_controldata.sgml +++ b/doc/src/sgml/ref/pg_controldata.sgml @@ -1,5 +1,5 @@ @@ -57,7 +57,6 @@ PostgreSQL documentation - diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 9c2d1e0802..791c37ea08 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ @@ -357,6 +357,9 @@ PostgreSQL documentation For additional server variables, see . + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 145b184698..7c56a6ba27 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -683,6 +683,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -693,7 +700,9 @@ PostgreSQL documentation SELECT statements. If you have problems running pg_dump, make sure you are able to select information from the database using, for example, . + linkend="app-psql">. Also, any default connection settings and environment + variables used by the libpq front-end + library will apply. @@ -866,7 +875,6 @@ CREATE DATABASE foo WITH TEMPLATE template0; - Environment Variables () diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 8dfa773a49..7912a94d5e 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -403,6 +403,13 @@ PostgreSQL documentation + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -458,9 +465,8 @@ PostgreSQL documentation See Also - . Check there for details on possible - error conditions. Also see supported environment variables - (). + Check for details on possible + error conditions. diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 0430ca20e5..c0e6ba2747 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -508,6 +508,13 @@ + + + This utility, like most other PostgreSQL utilities, + also uses the environment variables supported by . + + @@ -520,7 +527,9 @@ internally executes SQL statements. If you have problems running pg_restore, make sure you are able to select information from the database using, for - example, . + example, . Also, any default connection + settings and environment variables used by the + libpq front-end library will apply. @@ -680,7 +689,6 @@ CREATE DATABASE foo WITH TEMPLATE template0; - Environment Variables () diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 3f6d3244f8..5cf2b0bd10 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -2697,10 +2697,9 @@ $endif - 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 . diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index 8bf274e322..1594df0c2b 100644 --- a/doc/src/sgml/ref/reindexdb.sgml +++ b/doc/src/sgml/ref/reindexdb.sgml @@ -213,6 +213,14 @@ PostgreSQL documentation + + + Because psql uses libpq + internally, all libpq environment variables are + also honored by psql. For a complete list of those + variables, see . + + @@ -270,7 +278,6 @@ PostgreSQL documentation - Environment Variables () diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 6159e9bca8..e082397b93 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -1,5 +1,5 @@ @@ -235,6 +235,14 @@ PostgreSQL documentation + + + Because psql uses libpq + internally, all libpq environment variables are + also honored by psql. For a complete list of those + variables, see . + + @@ -301,7 +309,6 @@ PostgreSQL documentation - Environment Variables ()