[EMAIL PROTECTED] writes:
> Note that the backslash between aaa and bbb should be doubled.
Yeah, I think you're right. I get:
regression=# select a from test;
a
--
{"aaa\bbb\"ccc"}
(1 row)
regression=# select a[1] from test;
a
-
aaa\bbb"ccc
(1 row)
Ondrej Palkovsky ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Bad quoting of backslash in text arrays
Long Description
I'm using text arrays to store some information. Unfortunately I got some text that
contained backslash.