mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Cleanup of SGML
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.30 2002/08/20 02:20:48 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.31 2002/08/27 03:55:17 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -67,7 +67,16 @@ PostgreSQL documentation
|
|||||||
operators should be used to redirect it into a file.
|
operators should be used to redirect it into a file.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<refsect2>
|
|
||||||
|
<para>
|
||||||
|
<application>pg_dumpall</application> will need to connect several times to the
|
||||||
|
<productname>PostgreSQL</productname> server, asking for the password each
|
||||||
|
time. It will probably be very convenient to have a PGPASSWORDFILE in that case.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
<title>Options</title>
|
<title>Options</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -149,7 +158,6 @@ PostgreSQL documentation
|
|||||||
<option>-F</option>, <option>-t</option>, and <replaceable
|
<option>-F</option>, <option>-t</option>, and <replaceable
|
||||||
class="parameter">dbname</replaceable> should be avoided.
|
class="parameter">dbname</replaceable> should be avoided.
|
||||||
</para>
|
</para>
|
||||||
</refsect2>
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.23 2002/08/10 16:57:31 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.24 2002/08/27 03:55:17 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -59,6 +59,14 @@ PostgreSQL documentation
|
|||||||
settings and environment variables available to <application>psql</application>
|
settings and environment variables available to <application>psql</application>
|
||||||
and the <application>libpq</application> front-end library do apply.
|
and the <application>libpq</application> front-end library do apply.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<application>vacuumdb</application> will need to connect several times to the
|
||||||
|
<productname>PostgreSQL</productname> server, asking for the password each
|
||||||
|
time. It will probably be very convenient to have a PGPASSWORDFILE in that case.
|
||||||
|
</para>
|
||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user