Re: BUG #4027: backslash escaping not disabled in plpgsql

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #4027: backslash escaping not disabled in plpgsql
Дата
Msg-id 200803121318.m2CDIfj22909@momjian.us
обсуждение исходный текст
Ответ на Re: BUG #4027: backslash escaping not disabled in plpgsql  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: BUG #4027: backslash escaping not disabled in plpgsql  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
Peter Eisentraut wrote:
> Tom Lane wrote:
> > plpgsql does not consider standard_conforming_strings --- it still uses
> > backslash escaping in its function bodies regardless.  Since the
> > language itself is not standardized, I see no particular reason that
> > standard_conforming_strings should govern it.
>
> I think plpgsql should behave either consistently with the rest of PostgreSQL
> or with Oracle, which it is copied from.

Agreed. standard_conforming_strings should affect _all_ strings.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #3681: fillers are NULL in pgbench
Следующее
От: Laurent Birtz
Дата:
Сообщение: Re: LISTEN/NOTIFY race condition?