L doesn't seem to be working in to_char()

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: L doesn't seem to be working in to_char()
Date: 2004-03-16 18:36:10
Message-ID: 4057491A.1000109@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The user guide says that L should produce the currency symbol as defined
by the locale. It doesn't seem to be working for me.

agelis=# select to_char(1257.5, 'LFM999G999G999G999D99');
to_char
----------
1,257.5
(1 row)

Can anyone confirm that this is a problem, or have I made a mistake
somewhere? I'm running 7.4.1 on FreeBSD.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2004-03-16 18:53:48 Re: How to CREATE FUNCTION into PostgreSQL
Previous Message Bill Moran 2004-03-16 18:33:23 Re: How to CREATE FUNCTION into PostgreSQL