aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-06-11 21:28:17 +0000
committerBruce Momjian <bruce@momjian.us>2002-06-11 21:28:17 +0000
commit435941440bb5eb9364dca829905767080a2aaa9b (patch)
tree8e4f43be2c3ac6662e0702cc1d4a70b7652efd14
parent062d8b9ebd33cc4660ef230684a5f809618be25c (diff)
downloadpostgresql-435941440bb5eb9364dca829905767080a2aaa9b.tar.gz
postgresql-435941440bb5eb9364dca829905767080a2aaa9b.zip
Mark as done:
> * -Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index b35de4db4c6..e8c06afcb1e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Jun 10 11:52:17 EDT 2002
+Last updated: Tue Jun 11 17:27:56 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -171,7 +171,7 @@ Indexes
Commands
========
-* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
+* -Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher)
* -Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
* Allow LIMIT/OFFSET to use expressions