|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<!-- |
|
|
|
|
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.95 2007/02/20 15:01:17 momjian Exp $ |
|
|
|
|
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.96 2007/02/20 18:10:58 momjian Exp $ |
|
|
|
|
PostgreSQL documentation |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
@ -683,6 +683,13 @@ PostgreSQL documentation |
|
|
|
|
</listitem> |
|
|
|
|
</varlistentry> |
|
|
|
|
</variablelist> |
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
|
This utility, like most other <productname>PostgreSQL</> utilities, |
|
|
|
|
also uses the environment variables supported by <xref |
|
|
|
|
linkend="libpq-envars" endterm="libpq">. |
|
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
</refsect1> |
|
|
|
|
|
|
|
|
|
<refsect1 id="app-pgdump-diagnostics"> |
|
|
|
|
@ -693,7 +700,9 @@ PostgreSQL documentation |
|
|
|
|
<command>SELECT</command> statements. If you have problems running |
|
|
|
|
<application>pg_dump</application>, make sure you are able to |
|
|
|
|
select information from the database using, for example, <xref |
|
|
|
|
linkend="app-psql">. |
|
|
|
|
linkend="app-psql">. Also, any default connection settings and environment |
|
|
|
|
variables used by the <application>libpq</application> front-end |
|
|
|
|
library will apply. |
|
|
|
|
</para> |
|
|
|
|
</refsect1> |
|
|
|
|
|
|
|
|
|
@ -866,7 +875,6 @@ CREATE DATABASE foo WITH TEMPLATE template0; |
|
|
|
|
<member><xref linkend="app-pg-dumpall"></member> |
|
|
|
|
<member><xref linkend="app-pgrestore"></member> |
|
|
|
|
<member><xref linkend="app-psql"></member> |
|
|
|
|
<member>Environment Variables (<xref linkend="libpq-envars">)</member> |
|
|
|
|
</simplelist> |
|
|
|
|
</refsect1> |
|
|
|
|
|
|
|
|
|
|