diff options
| author | Bruce Momjian <bruce@momjian.us> | 2012-08-27 15:26:53 -0400 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2012-08-27 15:27:09 -0400 |
| commit | 483c2c1071c45e275782d33d646c3018f02f9f94 (patch) | |
| tree | 2aa9564a38c08dda0c831b2b2a2037138b5ee652 /doc/src | |
| parent | 088c065ce8e405fafbfa966937184ece9defcf20 (diff) | |
Document the lack of reading the PGDATABASE environment variable in
pg_restore.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <para> This utility, like most other <productname>PostgreSQL</> utilities, also uses the environment variables supported by <application>libpq</> - (see <xref linkend="libpq-envars">). + (see <xref linkend="libpq-envars">). However, it does not read + <envar>PGDATABASE</envar> when a database name is not supplied. </para> </refsect1> |
