diff options
author | Bruce Momjian | 2008-06-23 22:42:32 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-06-23 22:42:32 +0000 |
commit | 815aa2c8e84308e717df0ffa34f914cd245fdcf6 (patch) | |
tree | 6e920658f372ba8edd065bfaf3e921b4ece041bc /doc/src/FAQ | |
parent | 2047021fdb2fe10961e94a62b1a97fa62b5be6df (diff) |
Add TODO:
>
> o Allow COPY to report errors sooner
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01169.php
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/TODO.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2f595ee7dff..6c3ff2c55ff 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: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>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>. @@ -754,8 +754,13 @@ first. There is also a developer's wiki at<br/> </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> + </li><li>Allow COPY to report errors sooner </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> <li>Allow column-level privileges </li><li>%Allow GRANT/REVOKE permissions to be applied to all schema objects |