aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-03-20 05:19:26 +0000
committerBruce Momjian <bruce@momjian.us>2003-03-20 05:19:26 +0000
commit94701fb24b4397a4fc1a8441980ed499a8cc991c (patch)
tree707231f47f87e176ee19af1df05b42e1d742fa81 /src/backend/tcop/postgres.c
parent8000fdd4621ef08b633588530d97e5ab83eb166e (diff)
downloadpostgresql-94701fb24b4397a4fc1a8441980ed499a8cc991c.tar.gz
postgresql-94701fb24b4397a4fc1a8441980ed499a8cc991c.zip
Peter found bug in the to_char() routine for PL/MI options. This
patch fix it -- but this patch doesn't contains tests or docs fixes. I will send it later. Fixed outputs: select to_char(x, '9999.999') as x, to_char(x, 'S9999.999') as s, to_char(x, 'SG9999.999') as sg, to_char(x, 'MI9999.999') as mi, to_char(x, 'PL9999.999') as pl, to_char(x, 'PLMI9999.999') as plmi, to_char(x, '9999.999SG') as sg2, to_char(x, '9999.999PL') as pl2, to_char(x, '9999.999MI') as mi2 from num; Karel Zak
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions