Re: [SQL] Request for builtin function: Double_quote

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Request for builtin function: Double_quote
Дата
Msg-id 26287.1024411733@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Request for builtin function: Double_quote  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: [SQL] Request for builtin function: Double_quote  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Given the amount of qoute nesting we do in Postgres, I thought that we need a 
> function that handles automatic doubling of quotes within strings.   I've 
> written one in PL/pgSQL (below).  I'd really love to see this turned into a 
> builtin C function.

What does this do that isn't already done by quote_literal?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PERFORM effects FOUND patch (Was: [GENERAL] I must be
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SetQuerySnapshot, once again