diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-01 19:12:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-01 19:12:30 +0000 |
commit | 49ee133424aa933b2d019365643144e22ed8d15e (patch) | |
tree | 0ac773fb4dc6b1ea95c59db3d90482806f39e5df | |
parent | 0f6101e470c78545d959f9f09fb8b3e6644a2e6c (diff) | |
download | postgresql-49ee133424aa933b2d019365643144e22ed8d15e.tar.gz postgresql-49ee133424aa933b2d019365643144e22ed8d15e.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |