aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-24 05:15:59 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-24 05:15:59 +0000
commit2104f9af87263be285d4d0070125e3798f95f1dc (patch)
tree022159a9de3540919b0280c63b989c21624e33b0
parentb1f57d88f56e0fbb49e4e5c8839cd3fb3a580a14 (diff)
downloadpostgresql-2104f9af87263be285d4d0070125e3798f95f1dc.tar.gz
postgresql-2104f9af87263be285d4d0070125e3798f95f1dc.zip
Add:
< > * Add GUC to issue notice about queries that use unjoined tables
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 3230d1aca07..254dd138a09 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Wed Mar 23 22:50:24 EST 2005
+Last updated: Thu Mar 24 00:15:59 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -413,7 +413,7 @@ Commands
We could also change RESET ALL to have this functionality.
* Allow FOR UPDATE queries to do NOWAIT locks
-
+* Add GUC to issue notice about queries that use unjoined tables
* ALTER
o Have ALTER TABLE RENAME rename SERIAL sequence names