summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2004-12-02 04:40:37 +0000
committerBruce Momjian2004-12-02 04:40:37 +0000
commitb383c1db85773427573594603036dee86e88a0e3 (patch)
tree73d9801efeb0fc9403c399caf11b75ec4b178fb2 /doc/TODO
parent64b578949759a93531aa69fbc0b708ff78d608a2 (diff)
Add:
> > * Allow FOR UPDATE queries to do NOWAIT locks >
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 9705ac3e0eb..9ae8d1c5638 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Wed Dec 1 12:39:13 EST 2004
+Last updated: Wed Dec 1 23:40:33 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -379,6 +379,9 @@ Commands
for connection pooling. We could also change RESET ALL to have this
functionality.
+* Allow FOR UPDATE queries to do NOWAIT locks
+
+
* ALTER
o Have ALTER TABLE RENAME rename SERIAL sequence names
o Add ALTER DOMAIN TYPE