Add name:

> * -Add GUC variables to control floating number output digits (Pedro Ferreira)
This commit is contained in:
Bruce Momjian 2002-11-08 17:42:18 +00:00
parent 3e6bef680c
commit cea5388840
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Nov 8 12:40:57 EST 2002 Last updated: Fri Nov 8 12:42:14 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -64,7 +64,7 @@ Data Types
* Add function to return compressed length of TOAST data values (Tom) * Add function to return compressed length of TOAST data values (Tom)
* 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 * -Add GUC variables to control floating number output digits (Pedro Ferreira)
* CONVERSION * CONVERSION
o Allow better handling of numeric constants, type conversion o Allow better handling of numeric constants, type conversion