mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Update:
< * Have DEFAULT dependency track use of sequence, for DROP DEFAULT check > * Disallow changing default expression of a SERIAL column
This commit is contained in:
parent
4a9656f2c2
commit
d2a522e483
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Tue Dec 31 13:05:48 EST 2002
|
Last updated: Wed Jan 1 14:04:00 EST 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ Data Types
|
|||||||
* Add now("transaction|statement|clock") functionality
|
* Add now("transaction|statement|clock") functionality
|
||||||
* -Add GUC variables to control floating number output digits (Pedro Ferreira)
|
* -Add GUC variables to control floating number output digits (Pedro Ferreira)
|
||||||
* Have sequence dependency track use of DEFAULT sequences, seqname.nextval
|
* Have sequence dependency track use of DEFAULT sequences, seqname.nextval
|
||||||
* Have DEFAULT dependency track use of sequence, for DROP DEFAULT check
|
* Disallow changing default expression of a SERIAL column
|
||||||
* Allow infinite dates just like infinite timestamps
|
* Allow infinite dates just like infinite timestamps
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user