Search Postgresql Archives

encoding problems and float

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux