diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-06-07 20:35:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-06-07 20:35:57 +0000 |
commit | 913661380382f268d2eec10f5c5e1ec1497fdd32 (patch) | |
tree | e2ed11276909678688c021720fbeafa0f4023bcb /doc/src | |
parent | e25a6e185bbb3894ed87459354099df877b0d311 (diff) |
Add start/stop times for pg_dump/pg_dumpall when verbose output is used.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 5 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 4973d27be92..12c703b79bc 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -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> diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 06ecce39588..befd73ba66f 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -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> |