Commit d2a522e4 authored by Bruce Momjian's avatar Bruce Momjian

Update:

< * Have DEFAULT dependency track use of sequence, for DROP DEFAULT check
> * Disallow changing default expression of a SERIAL column
parent 4a9656f2
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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment