From f8ec875c3981f5e8065c7979b91aefd29ec5b39a Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Fri, 2 Sep 2005 21:01:20 +0000 Subject: [PATCH] Update: < o Allow COPY into an empty table to skip WAL logging > o Allow COPY into an new table to skip WAL logging --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 3e0531c1f63..2e0cd8a8050 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Sep 2 16:11:27 EDT 2005 +Last updated: Fri Sep 2 17:01:18 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -389,7 +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 + o Allow COPY into an new table to skip WAL logging * UPDATE diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 45ca3d2ba19..0b7aa3cef5c 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Fri Sep 2 16:11:27 EDT 2005 +Last updated: Fri Sep 2 17:01:18 EDT 2005 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -355,7 +355,7 @@ first. </li><li>Use more reliable method for CREATE DATABASE to get a consistent copy of db? </li><li>Add ON COMMIT capability to CREATE TABLE AS ... SELECT - </li><li>Allow COPY into an empty table to skip WAL logging + </li><li>Allow COPY into an new table to skip WAL logging </li></ul> </li><li>UPDATE <ul> -- GitLab