1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00
>
> * Allow FOR UPDATE queries to do NOWAIT locks
>
This commit is contained in:
Bruce Momjian
2004-12-02 04:40:37 +00:00
parent 64b5789497
commit b383c1db85

View File

@@ -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