Skip to content

Commit 815aa2c

Browse files
committed
Add TODO:
> > o Allow COPY to report errors sooner > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php
1 parent 2047021 commit 815aa2c

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

doc/TODO

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Mon Jun 23 18:23:48 EDT 2008
4+
Last updated: Mon Jun 23 18:42:27 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -871,6 +871,10 @@ SQL Commands
871871

872872
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
873873

874+
o Allow COPY to report errors sooner
875+
876+
http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php
877+
874878

875879

876880
* GRANT/REVOKE

doc/src/FAQ/TODO.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Jun 23 18:23:48 EDT 2008
11+
Last updated: Mon Jun 23 18:42:27 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -754,8 +754,13 @@ <h1><a name="section_7">SQL Commands</a></h1>
754754
</li><li>Impove COPY performance
755755
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php</a>
756756
</p>
757+
</li><li>Allow COPY to report errors sooner
757758
</li></ul>
758-
</li><li>GRANT/REVOKE
759+
</li></ul>
760+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php</a>
761+
</p>
762+
<ul>
763+
<li>GRANT/REVOKE
759764
<ul>
760765
<li>Allow column-level privileges
761766
</li><li>%Allow GRANT/REVOKE permissions to be applied to all schema objects

0 commit comments

Comments
 (0)