2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-02-17 19:30:00 +08:00
postgresql/src
Bruce Momjian 21a7fa8a6f It is not fixed and I doubt that it is working fine in current CVS. The
bugfix is in the attached patch. Please apply it. Thanks.

 Output must be:

test=# SELECT to_char(485, 'RN');
     to_char
-----------------
         CDLXXXV
(1 row)

test=# SELECT to_char(485, 'FMRN');
 to_char
---------
 CDLXXXV
(1 row)

test=# SELECT to_char(1000, 'RN');
     to_char
-----------------
               M
(1 row)


test=# SELECT to_char(7.2, '"Welcome to"9.9 "release! :-)"');
           to_char
-----------------------------
 Welcome to 7.2 release! :-)
(1 row)

Karel Zak
2001-09-12 04:01:57 +00:00
..
backend It is not fixed and I doubt that it is working fine in current CVS. The 2001-09-12 04:01:57 +00:00
bin Invoke on_exit() with correct number and type of arguments. 2001-09-11 23:08:07 +00:00
corba
data
include Implement following item in TODO: 2001-09-11 04:50:36 +00:00
interfaces Link ODBC driver with -lnsl and -lsocket, for Solaris. 2001-09-11 23:27:10 +00:00
makefiles Add -rpath for BSD/OS, from Peter E. 2001-09-06 13:43:42 +00:00
pl I noticed that plpython does not make the relid available inside 2001-09-12 03:03:25 +00:00
template
test Fix handling of pg_type.typdefault per bug report from Dave Blasby. 2001-09-06 02:07:42 +00:00
tools Create pgjindent for java. 2001-09-07 21:25:44 +00:00
tutorial New blood and fresh air for tutorial 2001-09-02 23:27:50 +00:00
utils
DEVELOPERS
GNUmakefile.in
Makefile
Makefile.global.in Install the SQL command man pages into a section appropriate for each 2001-08-29 19:14:40 +00:00
Makefile.shlib Use gcc -shared rather than gcc -G for shared library linking on Solaris. 2001-09-11 23:20:41 +00:00
nls-global.mk
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00