diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-11-08 04:31:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-11-08 04:31:14 +0000 |
commit | 476eb59f509920fe7bb40dbc93240e8994f9624a (patch) | |
tree | b54ed8c8f788d04e38d99cc6cca6cb9d8a890d82 | |
parent | 433d4eb986e3bb7865c47cbf997f165d9ed3cd72 (diff) | |
download | postgresql-476eb59f509920fe7bb40dbc93240e8994f9624a.tar.gz postgresql-476eb59f509920fe7bb40dbc93240e8994f9624a.zip |
Add:
> * Add GUC variables extra_float_digits and extra_double_digits to
> control output digits
419a422
> * Research interaction of setitimer() and sleep() used by statement_timeout
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Nov 6 12:50:56 EST 2002 +Last updated: Thu Nov 7 23:31:04 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -64,6 +64,8 @@ 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 * CONVERSION o Allow better handling of numeric constants, type conversion @@ -417,6 +419,7 @@ Source Code * Remove memory/file descriptor freeing befor elog(ERROR) (Bruce) * Create native Win32 port [win32] * Acquire lock on a relation before building a relcache entry for it +* Research interaction of setitimer() and sleep() used by statement_timeout --------------------------------------------------------------------------- |