summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian2003-02-18 03:47:39 +0000
committerBruce Momjian2003-02-18 03:47:39 +0000
commit44ddef3be500fbc1a8d261a5f8ba84a79855f54c (patch)
tree547bd170ac2ab4c6468523c82631ae69a069f93f /doc
parent9ee8e7a39e2ac68d97d04911c596e69368f68a15 (diff)
Add:
> * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 1e14fd614e5..1aedbf6144b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Feb 17 21:49:18 EST 2003
+Last updated: Mon Feb 17 22:47:31 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -74,6 +74,7 @@ Data Types
* Have sequence dependency track use of DEFAULT sequences, seqname.nextval
* Disallow changing default expression of a SERIAL column
* Allow infinite dates just like infinite timestamps
+* Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
* CONVERSION