summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-20 03:57:57 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-20 03:57:57 +0000
commit0adb4169ca8db656782f0fe67d1d8bd0270d9e0a (patch)
tree9db701119565cbfef43ce26ce2b18199b30f499c
parentc27d95e25da8678136f06ce10472e935cef14a35 (diff)
Done:
> * -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 62c4883e7ab..5a3e8305dbb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Sep 18 00:22:46 EDT 2002
+Last updated: Thu Sep 19 23:57:49 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
+* -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
* CONVERSION
o -Store binary-compatible type information in the system