From: Bruce Momjian Date: Fri, 8 Nov 2002 17:41:05 +0000 (+0000) Subject: Mark as done: X-Git-Tag: REL7_4_BETA1~1609 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e6bef680cfcc5b0a82a5aa455eda427ec41f439;p=thirdparty%2Fpostgresql.git Mark as done: > * -Add GUC variables to control floating number output digits --- diff --git a/doc/TODO b/doc/TODO index 3e3c212d1dd..8c2f361d877 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Nov 7 23:31:04 EST 2002 +Last updated: Fri Nov 8 12:40:57 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -64,8 +64,7 @@ Data Types * Add function to return compressed length of TOAST data values (Tom) * Allow INET subnet tests using non-constants * Add now("transaction|statement|clock") functionality -* Add GUC variables extra_float_digits and extra_double_digits to - control output digits +* -Add GUC variables to control floating number output digits * CONVERSION o Allow better handling of numeric constants, type conversion