Add TODO:
> > o Allow COPY to report errors sooner > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php
This commit is contained in:
parent
2047021fdb
commit
815aa2c8e8
6
doc/TODO
6
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Mon Jun 23 18:23:48 EDT 2008
|
Last updated: Mon Jun 23 18:42:27 EDT 2008
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -871,6 +871,10 @@ SQL Commands
|
|||||||
|
|
||||||
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
|
http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
|
||||||
|
|
||||||
|
o Allow COPY to report errors sooner
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* GRANT/REVOKE
|
* GRANT/REVOKE
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Mon Jun 23 18:23:48 EDT 2008
|
Last updated: Mon Jun 23 18:42:27 EDT 2008
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -754,8 +754,13 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</li><li>Impove COPY performance
|
</li><li>Impove COPY performance
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php</a>
|
||||||
</p>
|
</p>
|
||||||
|
</li><li>Allow COPY to report errors sooner
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>GRANT/REVOKE
|
</li></ul>
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php</a>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>GRANT/REVOKE
|
||||||
<ul>
|
<ul>
|
||||||
<li>Allow column-level privileges
|
<li>Allow column-level privileges
|
||||||
</li><li>%Allow GRANT/REVOKE permissions to be applied to all schema objects
|
</li><li>%Allow GRANT/REVOKE permissions to be applied to all schema objects
|
||||||
|
Loading…
x
Reference in New Issue
Block a user