mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08: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
|
||||
========================
|
||||
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)
|
||||
|
||||
@ -67,7 +67,7 @@ Data Types
|
||||
* 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
|
||||
* 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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user