Spanish format on date and numbers

Поиск
Список
Период
Сортировка
От Oscar Serrano
Тема Spanish format on date and numbers
Дата
Msg-id 002e01bf3834$51482280$0778ebc3@pep
обсуждение исходный текст
Ответы Re: [INTERFACES] Spanish format on date and numbers  ("Patrick Welche" <prlw1@newn.cam.ac.uk>)
Список 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
 
 

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Nigel Berkeley
Дата:
Сообщение: Re: [INTERFACES] PgAccess 0.98 and libpq.so.2
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: [INTERFACES] PgAccess 0.98 and libpq.so.2