mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add start/stop times for pg_dump/pg_dumpall when verbose output is used.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.70 2004/05/31 13:37:52 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.71 2004/06/07 20:35:57 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -403,7 +403,8 @@ PostgreSQL documentation
|
||||
<para>
|
||||
Specifies verbose mode. This will cause
|
||||
<application>pg_dump</application> to output detailed object
|
||||
comments in the dump file, and progress messages to standard error.
|
||||
comments and start/stop times to the dump file, and progress
|
||||
messages to standard error.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.43 2003/11/29 19:51:39 pgsql Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.44 2004/06/07 20:35:57 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -192,8 +192,9 @@ PostgreSQL documentation
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies verbose mode. This will cause
|
||||
<application>pg_dumpall</application> to print progress
|
||||
messages to standard error.
|
||||
<application>pg_dumpall</application> to output start/stop
|
||||
times to the dump file, and progress messages to standard error.
|
||||
It will also enable verbose output in <application>pg_dump</>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user