Skip to content

Commit 0adb416

Browse files
committed
Done:
> * -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
1 parent c27d95e commit 0adb416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Sep 18 00:22:46 EDT 2002
3+
Last updated: Thu Sep 19 23:57:49 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -86,7 +86,7 @@ Data Types
8686
* -Add GUC parameter for DATESTYLE
8787
* Allow INET subnet tests using non-constants
8888
* -Allow bytea to handle LIKE with non-TEXT patterns
89-
* to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') does not
89+
* -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
9090

9191
* CONVERSION
9292
o -Store binary-compatible type information in the system

0 commit comments

Comments
 (0)