mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Add:
> * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
This commit is contained in:
parent
9ee8e7a39e
commit
44ddef3be5
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
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
|
* Have sequence dependency track use of DEFAULT sequences, seqname.nextval
|
||||||
* Disallow changing default expression of a SERIAL column
|
* Disallow changing default expression of a SERIAL column
|
||||||
* Allow infinite dates just like infinite timestamps
|
* Allow infinite dates just like infinite timestamps
|
||||||
|
* Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
|
||||||
|
|
||||||
|
|
||||||
* CONVERSION
|
* CONVERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user