mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add URL for:
* Add column to pg_stat_activity that shows the progress of long-running commands like CREATE INDEX and VACUUM > > http://archives.postgresql.org/pgsql-patches/2008-04/msg00203.php >
This commit is contained in:
5
doc/TODO
5
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Fri May 9 20:33:21 EDT 2008
|
Last updated: Fri May 9 21:40:03 EDT 2008
|
||||||
|
|
||||||
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.
|
||||||
@ -685,6 +685,9 @@ SQL Commands
|
|||||||
* Allow DISTINCT to work in multiple-argument aggregate calls
|
* Allow DISTINCT to work in multiple-argument aggregate calls
|
||||||
* Add column to pg_stat_activity that shows the progress of long-running
|
* Add column to pg_stat_activity that shows the progress of long-running
|
||||||
commands like CREATE INDEX and VACUUM
|
commands like CREATE INDEX and VACUUM
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-patches/2008-04/msg00203.php
|
||||||
|
|
||||||
* Implement SQL:2003 window functions
|
* Implement SQL:2003 window functions
|
||||||
* Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
|
* Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
|
||||||
|
|
||||||
|
@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Fri May 9 20:33:21 EDT 2008
|
Last updated: Fri May 9 21:40:03 EDT 2008
|
||||||
</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>.
|
||||||
@ -600,6 +600,8 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</li><li>Allow DISTINCT to work in multiple-argument aggregate calls
|
</li><li>Allow DISTINCT to work in multiple-argument aggregate calls
|
||||||
</li><li>Add column to pg_stat_activity that shows the progress of long-running
|
</li><li>Add column to pg_stat_activity that shows the progress of long-running
|
||||||
commands like CREATE INDEX and VACUUM
|
commands like CREATE INDEX and VACUUM
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-patches/2008-04/msg00203.php">http://archives.postgresql.org/pgsql-patches/2008-04/msg00203.php</a>
|
||||||
|
</p>
|
||||||
</li><li>Implement SQL:2003 window functions
|
</li><li>Implement SQL:2003 window functions
|
||||||
</li><li>Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
|
</li><li>Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php">http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php">http://archives.postgresql.org/pgsql-general/2006-09/msg00803.php</a>
|
||||||
|
Reference in New Issue
Block a user