Commit 1a1326d6 authored by Bruce Momjian's avatar Bruce Momjian
parent fa23204c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Jun 8 21:02:13 EDT 2006 Last updated: Thu Jun 8 22:10:51 EDT 2006
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -622,7 +622,8 @@ SQL Commands ...@@ -622,7 +622,8 @@ SQL Commands
This is useful for returning the auto-generated key for an INSERT. This is useful for returning the auto-generated key for an INSERT.
One complication is how to handle rules that run as part of One complication is how to handle rules that run as part of
the insert. the insert.
http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php
* SHOW/SET * SHOW/SET
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Thu Jun 8 21:02:13 EDT 2006 Last updated: Thu Jun 8 22:10:51 EDT 2006
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -565,7 +565,8 @@ first. ...@@ -565,7 +565,8 @@ first.
</li><li>Allow INSERT/UPDATE ... RETURNING new.col or old.col </li><li>Allow INSERT/UPDATE ... RETURNING new.col or old.col
<p> This is useful for returning the auto-generated key for an INSERT. <p> This is useful for returning the auto-generated key for an INSERT.
One complication is how to handle rules that run as part of One complication is how to handle rules that run as part of
the insert. the insert.
<a href="http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php">http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php</a>
</p> </p>
</li></ul> </li></ul>
</li><li>SHOW/SET </li><li>SHOW/SET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment