aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-09-02 21:23:05 +0000
committerBruce Momjian <bruce@momjian.us>2005-09-02 21:23:05 +0000
commit264cd5f04a942839233df9ddab93dd909580aa7a (patch)
treec4e2d0b165bfa590378f9ddcd52082fae9b0a083 /doc/src
parentef6d5b4e25178cb0e172b428a4e6d19abb1c4f5b (diff)
downloadpostgresql-264cd5f04a942839233df9ddab93dd909580aa7a.tar.gz
postgresql-264cd5f04a942839233df9ddab93dd909580aa7a.zip
Update.
< 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. > removed or 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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 9fd764ee637..5d6bc200ff2 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 17:10:58 EDT 2005
+Last updated: Fri Sep 2 17:23:03 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>.
@@ -408,10 +408,10 @@ first.
</li><li>%Have COPY return the number of rows loaded/unloaded?
</li><li>Allow COPY on a newly-created table to skip WAL logging
<p> 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.
+ removed or 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.
</p>
</li></ul>
</li><li>GRANT/REVOKE