Re: [INTERFACES] arrays of varchar and "

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [INTERFACES] arrays of varchar and "
Дата
Msg-id 23718.951440617@sss.pgh.pa.us
обсуждение исходный текст
Ответ на arrays of varchar and "  (Tim Kane <timk@hotgames.com>)
Ответы Re: [INTERFACES] arrays of varchar and "  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
Tim Kane <timk@hotgames.com> writes:
> I want to insert a number of array elements here...
>     insert into my_table values ('{"value 1", "value 2", "value 3"}');
> Fine.
> What do I do however, when I want to insert an array element that
> contains a " character?

Hmm.  It looks like array_in tries to deal with backslashed quotes in
array elements; not sure why it's not working exactly.  Will put this
on the "bugs to look at" list.  Expect a fix in 7.0.
        regards, tom lane


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Tim Kane
Дата:
Сообщение: arrays of varchar and "
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] arrays of varchar and "