]> granicus.if.org Git - postgresql/commitdiff
Remove link:
authorBruce Momjian <bruce@momjian.us>
Sat, 26 Jan 2002 23:17:32 +0000 (23:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 26 Jan 2002 23:17:32 +0000 (23:17 +0000)
> * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison

doc/TODO

index a2611bdec3811dff812b3debc974a48da70fde66..a611c759dc3b5be44b21399a80af23b4982ea25c 100644 (file)
--- 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)