Commit b383c1db authored by Bruce Momjian's avatar Bruce Momjian

Add:

>
> * Allow FOR UPDATE queries to do NOWAIT locks
>
parent 64b57894
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -379,6 +379,9 @@ Commands ...@@ -379,6 +379,9 @@ Commands
for connection pooling. We could also change RESET ALL to have this for connection pooling. We could also change RESET ALL to have this
functionality. functionality.
* Allow FOR UPDATE queries to do NOWAIT locks
* ALTER * ALTER
o Have ALTER TABLE RENAME rename SERIAL sequence names o Have ALTER TABLE RENAME rename SERIAL sequence names
o Add ALTER DOMAIN TYPE o Add ALTER DOMAIN TYPE
......
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