Re: [INTERFACES] ResultSet.getDate

From: Oscar Serrano <oserra(at)fondos(dot)net>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] ResultSet.getDate
Date: 1999-11-19 15:24:52
Message-ID: 38356BC4.7DE4A74D@fondos.net
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.

Thanks

--
______________________________

Oscar Serrano

http://www.fondos.net
http://www.mercados.net

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jason Earl 1999-11-19 15:58:52 Re: [INTERFACES] Date: Fri, 19 Nov 1999 11:25:20 +1200
Previous Message Valentin Iliev 1999-11-19 07:20:48 Re: pgsql 0.2 does not work with tcl8.2 ?