projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
088c065
)
Document the lack of reading the PGDATABASE environment variable in
author
Bruce Momjian
<bruce@momjian.us>
Mon, 27 Aug 2012 19:26:53 +0000
(15:26 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 27 Aug 2012 19:27:09 +0000
(15:27 -0400)
pg_restore.
doc/src/sgml/ref/pg_restore.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_restore.sgml
b/doc/src/sgml/ref/pg_restore.sgml
index bc3d2b7e90fe8760fbbeca735a86e332deb2f5eb..b276da6afe6669e75be3b5cd2a105d9cb2ccea55 100644
(file)
--- 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>