|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jan24 21:33:26 EST 2002 |
| 3 | +Last updated:Sat Jan26 18:08:43 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -187,7 +187,7 @@ COMMANDS
|
187 | 187 |
|
188 | 188 | * Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
|
189 | 189 | * Add BETWEEN ASYMMETRIC/SYMMETRIC
|
190 |
| -* -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock] |
| 190 | +* -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison |
191 | 191 | * Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
|
192 | 192 | * Allow LIMIT/OFFSET to use expressions
|
193 | 193 | * -Allow GRANT/REVOKE to handle multiple user/group names (Vince)
|
|