From 49ee133424aa933b2d019365643144e22ed8d15e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 1 Jun 2000 19:12:30 +0000 Subject: [PATCH] Update TODO list. --- doc/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index bf54323515..c9f7b7e9b6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -118,7 +118,7 @@ COMMANDS NULL specification, indexes, permissions, etc on table * Add SIMILAR TO to allow character classes, 'pg_[a-c]%' * Auto-destroy sequence on DROP of table with SERIAL(Ryan) -* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison +* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock] * Allow INSERT/UPDATE of system-generated oid value for a row * Allow ESCAPE '\' at the end of LIKE for ANSI compliance [like] * Rewrite the LIKE handling by rewriting the user string with the -- GitLab