From: Bruce Momjian Date: Mon, 27 Aug 2012 19:26:53 +0000 (-0400) Subject: Document the lack of reading the PGDATABASE environment variable in X-Git-Tag: REL9_3_BETA1~1016 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=483c2c1071c45e275782d33d646c3018f02f9f94;p=thirdparty%2Fpostgresql.git Document the lack of reading the PGDATABASE environment variable in pg_restore. --- diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index bc3d2b7e90f..b276da6afe6 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -686,7 +686,8 @@ This utility, like most other PostgreSQL utilities, also uses the environment variables supported by libpq - (see ). + (see ). However, it does not read + PGDATABASE when a database name is not supplied.