mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Add:
> * Have DEFAULT dependency track use of sequence, for DROP DEFAULT check
This commit is contained in:
parent
9ab7ab5196
commit
4a9656f2c2
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Sun Dec 29 23:48:48 EST 2002
|
||||
Last updated: Tue Dec 31 13:05:48 EST 2002
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -67,6 +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
|
||||
* Allow infinite dates just like infinite timestamps
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue