Re: [BUGS] BUG #4612: lc_numeric setting ignored

2009-01-13 Thread Bruce Momjian
Mark Hayen wrote: > He Bruce, > > Thank you for replying. > Does this mean that there is no way to do a "\copy from" using CSV files > containing decimals with > a comma? That is correct, sorry. -- Bruce Momjian http://momjian.us EnterpriseDB http://ente

Re: [BUGS] BUG #4612: lc_numeric setting ignored

2009-01-13 Thread Mark Hayen
He Bruce, Thank you for replying. Does this mean that there is no way to do a "\copy from" using CSV files containing decimals with a comma? Mark Hayen ÿþDit bericht is vertrouwelijk en kan geheime informatie bevatten enkel

Re: [BUGS] BUG #4612: lc_numeric setting ignored

2009-01-12 Thread Bruce Momjian
LC_NUMERIC only controls formatting functions, not raw input; from the manual entry on lc_numeric: Sets the locale to use for formatting numbers, for example with the to_char family of functions. Acceptable values are system-dependent; see for more information. If this