Re: [BUGS] bug in 7.4.2, with Handling of Double Quotation Marks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] bug in 7.4.2, with Handling of Double Quotation Marks
Дата
Msg-id 19390.1081228045@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-general
Alexander S <sasha@in.crimea.ua> writes:
> Instead I can only insert:
> insert into ref_test values (' {here \\"some_text\\"} ');       -- but
> this is not exactly that i want to have.

Unfortunately, that is what the syntax of array literals requires you to
say.

You might find it easier to work with the ARRAY[] constructor syntax.

            regards, tom lane

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

Предыдущее
От: David Wheeler
Дата:
Сообщение: pg_autovacuum won't make on FreeBSD
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: psql's "\d" and CLUSTER