1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

TODO item done:

< 	o Prevent pg_dump/pg_restore from being affected by
> 	o -Prevent pg_dump/pg_restore from being affected by
This commit is contained in:
Bruce Momjian
2008-06-24 15:53:24 +00:00
parent 320c7eb8c6
commit 3dc59beae2
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Mon Jun 23 18:42:27 EDT 2008
Last updated: Tue Jun 24 11:53:13 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1159,7 +1159,7 @@ Clients
o Allow pg_restore to load different parts of the COPY data
simultaneously
o Prevent pg_dump/pg_restore from being affected by
o -Prevent pg_dump/pg_restore from being affected by
statement_timeout
Using psql to restore a pg_dump dump is also affected.