|
8 | 8 | <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
9 | 9 | <h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Mon Aug 11 23:48:39 EDT 2008 |
| 11 | +Last updated: Wed Aug 13 21:57:34 EDT 2008 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -539,6 +539,7 @@ <h1><a name="section_6">Views / Rules</a></h1>
|
539 | 539 | </p>
|
540 | 540 | </li><li>Improve ability to modify views via ALTER TABLE
|
541 | 541 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00691.php</a>
|
| 542 | + <a href="http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php">http://archives.postgresql.org/pgsql-hackers/2008-07/msg01410.php</a> |
542 | 543 | </p>
|
543 | 544 | </li></ul>
|
544 | 545 | <h1><a name="section_7">SQL Commands</a></h1>
|
@@ -667,6 +668,7 @@ <h1><a name="section_7">SQL Commands</a></h1>
|
667 | 668 | <p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php">http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php</a>
|
668 | 669 | </p>
|
669 | 670 | </li><li>Add CREATE SCHEMA ... LIKE that copies a schema
|
| 671 | + </li><li>Add CREATE TABLE LIKE ... INCLUDING COMMENTS |
670 | 672 | </li></ul>
|
671 | 673 | </li><li>UPDATE
|
672 | 674 | <ul>
|
@@ -1765,6 +1767,8 @@ <h1><a name="section_23">Source Code</a></h1>
|
1765 | 1767 | </p>
|
1766 | 1768 | </li><li>Fix system views like pg_stat_all_tables to use set-returning
|
1767 | 1769 | functions, rather than views of per-column functions
|
| 1770 | + </li><li>Allow table and index WITH options to be specified via hooks, for use |
| 1771 | + with plugins like GiST index methods |
1768 | 1772 | </li><li>Win32
|
1769 | 1773 | <ul>
|
1770 | 1774 | <li>Remove configure.in check for link failure when cause is found
|
|
0 commit comments