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
ÿþD i t b e r i c h t i s v e r t r o u w e l i j k e n k a n
g e h e i m e i n f o r m a t i e b e v a t t e n e n k e l
The following bug has been logged online:
Bug reference: 4613
Logged by: Valentine Gogichashvili
Email address: val...@gmail.com
PostgreSQL version: 8.3.1
Operating system: Debian Linux (kernel 2.6.8)
Description:intarray_del_elem returns an invalid empty array (for
"Valentine Gogichashvili" writes:
> When contrib/intarray module - operation (intarray_del_elem) returns an
> empty array, is not supposed to be empty
This isn't really contrib/intarray's fault, it's a symptom of the
general question of what an "empty" array is. See thread here:
http://archives
I _may_ have found a problem that is affecting non-greedy regex matches.
select regexp_matches(
$$x = foo y x = foo y $$,
$$x\s+(.*?)y$$ ,'g');
As I read it, this should match ' = foo' twice. Instead, it matches
"= foo y x = foo " once. The non-greedy form (.*?) should break out
at the fir
"Merlin Moncure" writes:
> I _may_ have found a problem that is affecting non-greedy regex matches.
No, you didn't read the fine print in section 9.7.3.5; particularly
A branch -- that is, an RE that has no top-level | operator -- has the
same greediness as the first quantified atom in i
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