diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-03 17:09:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-03 17:09:49 +0000 |
commit | 1e1e3c3593eb68a72a637aadb1c3f69dee8f4f91 (patch) | |
tree | 4b3f0eb140affd434de3b4bad9930ef284b5ad4b | |
parent | bfd5854574a9ac93563c6b0594fc753f77e0831f (diff) | |
download | postgresql-1e1e3c3593eb68a72a637aadb1c3f69dee8f4f91.tar.gz postgresql-1e1e3c3593eb68a72a637aadb1c3f69dee8f4f91.zip |
Add:
> * to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') does not
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Sep 2 21:39:48 EDT 2002 +Last updated: Tue Sep 3 13:09:39 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -86,7 +86,7 @@ Data Types * -Add GUC parameter for DATESTYLE * Allow INET subnet tests using non-constants * -Allow bytea to handle LIKE with non-TEXT patterns - +* to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') does not * CONVERSION o -Store binary-compatible type information in the system |