encoding problems and float

From: stig erikson <stigerikson_nospam_(at)yahoo(dot)se>
To: pgsql-general(at)postgresql(dot)org
Subject: encoding problems and float
Date: 2005-06-17 08:16:10
Message-ID: d8u0sg$1hrc$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi.

is there any encoding that does allow decimal placeholders in float8 to be
either , or .?
that is, it should allow both of the folling to denote for example EUR 12345 and
44 cents:

insert into table(my_float8_column) VALUES('12345.44');
insert into table(my_float8_column) VALUES('12345,44');

/stig

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Pflug 2005-06-17 08:26:46 Re: Autovacuum in the backend
Previous Message Együd Csaba 2005-06-17 08:14:05 Re: PG 8.0.1 is getting slow in 24 hours. Only daily VACUUM