diff options
-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> |