mirror of https://github.com/postgres/postgres
Add entry:
> * Add column to pg_stat_activity that shows the progress of long-running > commands like CREATE INDEX and VACUUM
This commit is contained in:
parent
e5ac3d4343
commit
6dd2b7728b
4
doc/TODO
4
doc/TODO
|
@ -2,7 +2,7 @@
|
|||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Sat Jul 29 11:56:26 EDT 2006
|
||||
Last updated: Sat Jul 29 14:08:27 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
|
@ -532,6 +532,8 @@ SQL Commands
|
|||
* Add a GUC to control whether BEGIN inside a transcation should abort
|
||||
the transaction.
|
||||
* 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
|
||||
|
||||
|
||||
* CREATE
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||
<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/>
|
||||
Last updated: Sat Jul 29 11:56:26 EDT 2006
|
||||
Last updated: Sat Jul 29 14:08:27 EDT 2006
|
||||
</p>
|
||||
<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>.
|
||||
|
@ -485,6 +485,8 @@ first.
|
|||
</li><li>Add a GUC to control whether BEGIN inside a transcation should abort
|
||||
the transaction.
|
||||
</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
|
||||
commands like CREATE INDEX and VACUUM
|
||||
</li><li>CREATE
|
||||
<ul>
|
||||
<li>Allow CREATE TABLE AS to determine column lengths for complex
|
||||
|
|
Loading…
Reference in New Issue