Localization trouble

From: Chris Travers <chris(at)travelamericas(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Localization trouble
Date: 2007-07-06 00:10:57
Message-ID: 468D8891.7040703@travelamericas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all;

I am trying to find a way to select the number format at runtime for
textual representation of numbers. I am currently running 8.1.4 built
from source on Fedora Linux core 5.

I have been trying to use set lc_numeric = various country codes (for
example es_EC), but I am not able to get the format to change from 1.00
to 1,00.

Any hints as to what I could be doing wrong?

Best Wishes,
Chris Travers

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2007-07-06 00:47:38 Re: Localization trouble
Previous Message Alvaro Herrera 2007-07-06 00:05:59 Re: Nested Transactions in PL/pgSQL