summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-11-21 19:15:04 +0000
committerBruce Momjian <bruce@momjian.us>2002-11-21 19:15:04 +0000
commit63c38401d9a955cb65e6c4910a4f08f44f529c07 (patch)
tree7448991d92c22bcb1b6027e85734e4cd23376ee3
parent71f411dd03e9ccb2b69e37fc8b316ed2a65f6e60 (diff)
Add:
> * Have sequence dependency track use of DEFAULT sequences, seqname.nextval
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 08d3eb0e100..a466c10d0b7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Nov 20 20:02:29 EST 2002
+Last updated: Thu Nov 21 14:14:58 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -65,6 +65,7 @@ Data Types
* Allow INET subnet tests using non-constants
* Add now("transaction|statement|clock") functionality
* -Add GUC variables to control floating number output digits (Pedro Ferreira)
+* Have sequence dependency track use of DEFAULT sequences, seqname.nextval
* CONVERSION
o Allow better handling of numeric constants, type conversion