summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-26 17:39:31 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-26 17:39:31 +0000
commit50bbb3a11d04228d92397b19fc7f2db730854300 (patch)
treec12acdee4141d8fa335d3e5f5773a1d16adedbf1
parentd87677022b1d44e72700b49ff6d4095e32eebf28 (diff)
downloadpostgresql-50bbb3a11d04228d92397b19fc7f2db730854300.tar.gz
Add:
> * Return proper effected tuple count from complex commands [return]
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 09555d4cc7..5d61adac30 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Aug 25 21:04:40 EDT 2002
+Last updated: Mon Aug 26 13:39:18 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -189,6 +189,7 @@ Commands
* -Prevent create/drop scripts from allowing extra args (Bruce)
* Allow command blocks to ignore certain types of errors
* Allow backslash handling in quoted strings to be disabled for portability
+* Return proper effected tuple count from complex commands [return]
* ALTER
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT