Backslashitis

Поиск
Список
Период
Сортировка
От hamann.w@t-online.de
Тема Backslashitis
Дата
Msg-id 4FD99E0E.mailGHT1HLL44@amadeus3.local
обсуждение исходный текст
Ответы Re: Backslashitis  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Re: Backslashitis  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
Hi,

I have a column declared as array of text. I can get a single backslash into one of the array elements by
update ... set mycol[1] = E'blah \\here'
If I try to update the whole array
update ... set mycol = E'{"blah \\here"}'
the backslash is missing. I can get two backslashes there.
Is there a good way to solve the problem, other than rewriting my update script to do array updates one element at a
time?

Regards
Wolfgang Hamann

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Daisy chaining replication slaves ?
Следующее
От: Raghavendra
Дата:
Сообщение: Re: Backslashitis