Commit 63c38401 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Have sequence dependency track use of DEFAULT sequences, seqname.nextval
parent 71f411dd
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Nov 20 20:02:29 EST 2002 Last updated: Thu Nov 21 14:14:58 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -65,6 +65,7 @@ Data Types ...@@ -65,6 +65,7 @@ Data Types
* Allow INET subnet tests using non-constants * Allow INET subnet tests using non-constants
* 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
* CONVERSION * CONVERSION
o Allow better handling of numeric constants, type conversion o Allow better handling of numeric constants, type conversion
......
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