|
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: Fri Aug 11 16:17:22 EDT 2006 |
| 11 | +Last updated: Fri Aug 11 23:50:26 EDT 2006 |
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>.
|
@@ -591,15 +591,11 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
591 | 591 | <ul>
|
592 | 592 | <li>Allow INSERT/UPDATE of the system-generated oid value for a row
|
593 | 593 | </li><li>-<em>Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)</em>
|
594 |
| - </li><li>Allow INSERT/UPDATE ... RETURNING new.col or old.col |
595 |
| -<p> This is useful for returning the auto-generated key for an INSERT. |
596 |
| - One complication is how to handle rules that run as part of |
597 |
| - the insert. |
598 |
| - <a href="http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php">http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php</a> |
599 |
| - <li>In rules, allow VALUES() to contain a mixture of 'old' and 'new' |
| 594 | + </li><li>-<em>Allow INSERT/UPDATE ... RETURNING new.col or old.col</em> |
| 595 | + </li><li>In rules, allow VALUES() to contain a mixture of 'old' and 'new' |
600 | 596 | references
|
601 | 597 | </li></ul>
|
602 |
| - <li>SHOW/SET |
| 598 | + </li><li>SHOW/SET |
603 | 599 | <ul>
|
604 | 600 | <li>Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
|
605 | 601 | ANALYZE, and CLUSTER
|
@@ -677,7 +673,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
677 | 673 | </li></ul>
|
678 | 674 | </li></ul>
|
679 | 675 | </li></ul>
|
680 |
| -</p><h1><a name="section_9">Clients</a></h1> |
| 676 | +<h1><a name="section_9">Clients</a></h1> |
681 | 677 |
|
682 | 678 | <ul>
|
683 | 679 | <li>-<em>Have initdb set the input DateStyle (MDY or DMY) based on locale</em>
|
@@ -1337,6 +1333,6 @@ <h2><a name="section_23_1">Developers who have claimed items are:</a></h2>
|
1337 | 1333 | </li><li>Teodor is Teodor Sigaev <<a href="mailto:teodor@sigaev.ru">teodor@sigaev.ru</a>>
|
1338 | 1334 | </li><li>Tom is Tom Lane <<a href="mailto:tgl@sss.pgh.pa.us">tgl@sss.pgh.pa.us</a>> of Red Hat
|
1339 | 1335 | </li></ul>
|
1340 |
| -</li></ul></li></ul> |
| 1336 | + |
1341 | 1337 | </body>
|
1342 | 1338 | </html>
|
0 commit comments