Re: Using backslash in query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Using backslash in query
Дата
Msg-id 5964.1065282328@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Using backslash in query  (Hannu Krosing <hannu@tm.ee>)
Список pgsql-hackers
Hannu Krosing <hannu@tm.ee> writes:
> Regarding the dollar-quoting discussions -

> Will we be able to write the above query as 
> SELECT smth. FROM  tbl WHERE WHERE situation LIKE $$%\\%$$;
> in 7.4 or is \ still special there ?

We were discussing that for 7.5 not 7.4.  But yeah, it would work that
way because \ won't be treated specially in dollar-quoted literals.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Thoughts on maintaining 7.3
Следующее
От: Tom Lane
Дата:
Сообщение: COUNT(*) again (was Re: Index/Function organized table layout)