diff options
| author | Bruce Momjian | 2008-05-10 01:40:09 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2008-05-10 01:40:09 +0000 |
| commit | f586e70665db89a54f815d4d99978c4669422439 (patch) | |
| tree | 13ced536e77afbf206774d0a05642a418ae35fd9 /doc/TODO | |
| parent | 3c8f87361cf31f8757aafcdc0e6eac4ae59914ed (diff) | |
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
>
Diffstat (limited to 'doc/TODO')
| -rw-r--r-- | doc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== 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 http://www.postgresql.org/docs/faqs.TODO.html. @@ -685,6 +685,9 @@ SQL Commands * Allow DISTINCT to work in multiple-argument aggregate calls * 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 + * Implement SQL:2003 window functions * Allow INSERT/UPDATE ... RETURNING inside a SELECT 'FROM' clause |
