summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2008-08-14 01:57:42 +0000
committerBruce Momjian2008-08-14 01:57:42 +0000
commit4ed300b7efcc94295b402e8291be2cd9947f9939 (patch)
treea52c8a41db004f923a0ee9348073cbda1ba84077 /doc/TODO
parent3ccde312ec8ee47f5f797b070d34a675799448ae (diff)
Add URL for:
* Improve ability to modify views via ALTER TABLE > http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 5d382f9b95d..b68774d4634 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Aug 11 23:48:39 EDT 2008
+Last updated: Wed Aug 13 21:57:34 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -622,6 +622,7 @@ Views / Rules
* Improve ability to modify views via ALTER TABLE
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php
+ http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php
@@ -773,6 +774,7 @@ SQL Commands
o Add CREATE SCHEMA ... LIKE that copies a schema
+ o Add CREATE TABLE LIKE ... INCLUDING COMMENTS
* UPDATE
@@ -2055,6 +2057,8 @@ Source Code
* Fix system views like pg_stat_all_tables to use set-returning
functions, rather than views of per-column functions
+* Allow table and index WITH options to be specified via hooks, for use
+ with plugins like GiST index methods
* Win32