1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00
> * -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
This commit is contained in:
Bruce Momjian
2002-09-20 03:57:57 +00:00
parent c27d95e25d
commit 0adb4169ca

View File

@@ -1,6 +1,6 @@
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -86,7 +86,7 @@ Data Types
* -Add GUC parameter for DATESTYLE * -Add GUC parameter for DATESTYLE
* Allow INET subnet tests using non-constants * Allow INET subnet tests using non-constants
* -Allow bytea to handle LIKE with non-TEXT patterns * -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 * CONVERSION
o -Store binary-compatible type information in the system o -Store binary-compatible type information in the system