Spanish format on date and numbers

From: "Oscar Serrano" <oserra(at)fondos(dot)net>
To: <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Spanish format on date and numbers
Date: 1999-11-26 17:33:06
Message-ID: 002e01bf3834$51482280$0778ebc3@pep
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi:
I'm from Spain. I've exported some tables from MS Access to Postgres. You
know, in Spain, a number like this: 1,234.56 me write it like this:
1.234,56
i.e., the thousand separator is the "." and the decimal separator is the ","

I'm going to use Perl (DBI) to get the data from the databases.
Is there anyway so DBI or postgress gives me the data in the spanish format?

I wouldn't like to use somethink like this:
$result=~s/\./,/g;
to convert all "." to "," and vice-versa.

Thank you very much

______________________________

Oscar Serrano

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Lamar Owen 1999-11-26 17:47:54 Re: [INTERFACES] PgAccess 0.98 and libpq.so.2
Previous Message Nigel Berkeley 1999-11-26 17:19:18 Re: [INTERFACES] PgAccess 0.98 and libpq.so.2