Re: [HACKERS] Possible bug in parsing

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: [HACKERS] Possible bug in parsing
Дата
Msg-id 350F7AF1.21EFE698@sid.trust.ee
обсуждение исходный текст
Ответ на Possible bug in parsing  (Hannu Krosing <hannu@trust.ee>)
Список pgsql-hackers
Thomas G. Lockhart wrote:

> > I understand the 'there is more than one operator' errors, but
> > what is so different between operators + and || ?
>
> ?? They are different operators, that's why. The "+" is addition, and
> the "||" is defined in SQL92 to be string concatenation.

I actually found this while trying to find out how characters in strings
are escaped
and if \0 is supported in them.

Is there some docs on escaping characters, and if not then where do you
think it should go in docs ?

Hannu




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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] Possible bug in parsing
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] Re: Multi field hash indexes