PostgreSQL TODO List
====================
-Last updated: Sun Mar 23 08:36:50 EDT 2008
+Last updated: Mon Mar 24 10:16:57 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
Using psql to restore a pg_dump dump is also affected.
o Remove pre-7.3 pg_dump code that assumes pg_depend does not exit
- o Allow pre/data/post files when dumping a single object, for
- performance reasons
+ o Allow pre/data/post files when schema and data are dumped
+ separately, for performance reasons
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00205.php
-Last updated: Sun Mar 23 08:36:50 EDT 2008
+Last updated: Mon Mar 24 10:16:57 EDT 2008
The most recent version of this document can be viewed at
Using psql to restore a pg_dump dump is also affected.
Remove pre-7.3 pg_dump code that assumes pg_depend does not exit
-
Allow pre/data/post files when dumping a single object, for
- performance reasons
+
Allow pre/data/post files when schema and data are dumped
+ separately, for performance reasons