aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-26 23:17:32 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-26 23:17:32 +0000
commitd613aad31f53b9f5f8d29dfa4cafce39358f9f8c (patch)
treee59127952efbc40c675f1f5b6e82280b0e9849d1
parent0d6813df4ee93d352a55373de10726cb6ef64beb (diff)
downloadpostgresql-d613aad31f53b9f5f8d29dfa4cafce39358f9f8c.tar.gz
postgresql-d613aad31f53b9f5f8d29dfa4cafce39358f9f8c.zip
Remove link:
> * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index a2611bdec38..a611c759dc3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jan 24 21:33:26 EST 2002
+Last updated: Sat Jan 26 18:08:43 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -187,7 +187,7 @@ COMMANDS
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Add BETWEEN ASYMMETRIC/SYMMETRIC
-* -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
+* -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
* Allow LIMIT/OFFSET to use expressions
* -Allow GRANT/REVOKE to handle multiple user/group names (Vince)