encoding problems and float - Mailing list pgsql-general

From stig erikson
Subject encoding problems and float
Date
Msg-id d8u0sg$1hrc$1@news.hub.org
Whole thread Raw
List 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

pgsql-general by date:

Previous
From: "sathish"
Date:
Subject: Experiencing problems with stored procedures
Next
From: stig erikson
Date:
Subject: Re: psql: FATAL: database "template1" is not currently accepting