postgresql/src
Bruce Momjian 94701fb24b 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
2003-03-20 05:19:26 +00:00
..
backend Peter found bug in the to_char() routine for PL/MI options. This 2003-03-20 05:19:26 +00:00
bin > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h 2003-03-20 05:18:15 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h 2003-03-20 05:18:15 +00:00
interfaces Avoid mysterious warning about possibly uninitialized variable. 2003-03-19 16:05:41 +00:00
makefiles Revert rpath-mangling patch. See discussion on -patches around Nov 29 for 2003-01-05 13:45:47 +00:00
pl This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
port Back out flockfile change for NetBSD. Giles Lean reports they are not 2003-01-11 19:38:23 +00:00
template Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user. 2002-12-11 22:27:26 +00:00
test This trivial cleans up a little bit of the code in 2003-03-20 04:52:35 +00:00
tools Update release steps. 2003-01-29 03:41:54 +00:00
tutorial Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
Makefile.global.in Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries 2003-01-06 03:18:27 +00:00
Makefile.shlib Cause symlinks for shared-library versioning to run in the standard 2003-01-11 17:22:19 +00:00
nls-global.mk Avoid shell syntax error if list of languages is empty. 2002-09-02 22:19:42 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00