Skip to content
Snippets Groups Projects
Commit 2e3d5f11 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update:

< * Add GUC variable to prevent waiting on locks
> * Add NO WAIT option to various SQL commands
parent af3b182a
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Feb 17 10:46:44 EST 2004 Last updated: Wed Feb 18 16:41:58 EST 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -167,7 +167,7 @@ Commands ...@@ -167,7 +167,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 GUC variable to prevent waiting on locks * Add NO WAIT option to various SQL commands
* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment