PostgreSQL TODO List
====================
-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.
* 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
o Add CREATE SCHEMA ... LIKE that copies a schema
+ o Add CREATE TABLE LIKE ... INCLUDING COMMENTS
* UPDATE
* 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
-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
Improve ability to modify views via ALTER TABLE
Add CREATE SCHEMA ... LIKE that copies a schema
+
Add CREATE TABLE LIKE ... INCLUDING COMMENTS
UPDATE
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
Remove configure.in check for link failure when cause is found