1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
> 	o Allow COPY into an empty table to skip WAL logging
This commit is contained in:
Bruce Momjian
2005-09-02 19:39:15 +00:00
parent 35e9b1cc1e
commit da08559e9b
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Sep 2 11:22:36 EDT 2005
Last updated: Fri Sep 2 15:39:11 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -389,6 +389,7 @@ SQL Commands
copy of db?
o Add ON COMMIT capability to CREATE TABLE AS ... SELECT
o Allow COPY into an empty table to skip WAL logging
* UPDATE