PostgreSQL TODO List
====================
-Last updated: Fri Sep 2 17:01:18 EDT 2005
+Last updated: Fri Sep 2 17:10:58 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
copy of db?
o Add ON COMMIT capability to CREATE TABLE AS ... SELECT
- o Allow COPY into an new table to skip WAL logging
* UPDATE
processed, with ROLLBACK on COPY failure.
o %Have COPY return the number of rows loaded/unloaded?
+ o Allow COPY on a newly-created table to skip WAL logging
+ On crash recovery, the table involved in the COPY would
+ have its heap and index files truncated. One issue is
+ that no other backend should be able to add to the table
+ at the same time, which is something that is currently
+ allowed.
* GRANT/REVOKE
-Last updated: Fri Sep 2 17:01:18 EDT 2005
+Last updated: Fri Sep 2 17:10:58 EDT 2005
The most recent version of this document can be viewed at
Use more reliable method for CREATE DATABASE to get a consistent
copy of db?
Add ON COMMIT capability to CREATE TABLE AS ... SELECT
-
Allow COPY into an new table to skip WAL logging
UPDATE
processed, with ROLLBACK on COPY failure.
%Have COPY return the number of rows loaded/unloaded?
+
Allow COPY on a newly-created table to skip WAL logging
+
On crash recovery, the table involved in the COPY would
+ have its heap and index files truncated. One issue is
+ that no other backend should be able to add to the table
+ at the same time, which is something that is currently
+ allowed.
+
GRANT/REVOKE