mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Done:
< * Add NO WAIT option to various SQL commands > * -Add NO WAIT LOCKs
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Tue Apr 20 10:03:31 EDT 2004
|
Last updated: Tue Apr 20 16:16:27 EDT 2004
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -169,7 +169,7 @@ Commands
|
|||||||
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
|
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
|
||||||
* Allow SET CONSTRAINTS to be qualified by schema/table
|
* Allow SET CONSTRAINTS to be qualified by schema/table
|
||||||
* Prevent COMMENT ON DATABASE from using a database name
|
* Prevent COMMENT ON DATABASE from using a database name
|
||||||
* Add NO WAIT option to various SQL commands
|
* -Add NO WAIT LOCKs
|
||||||
* Allow TRUNCATE ... CASCADE/RESTRICT
|
* Allow TRUNCATE ... CASCADE/RESTRICT
|
||||||
* Allow PREPARE of cursors
|
* Allow PREPARE of cursors
|
||||||
* Allow LISTEN/NOTIFY to store info in memory rather than tables
|
* Allow LISTEN/NOTIFY to store info in memory rather than tables
|
||||||
|
Reference in New Issue
Block a user