Re: A small bug in gram.y

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A small bug in gram.y
Дата
Msg-id 6742.1257267498@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: A small bug in gram.y  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: A small bug in gram.y
Список pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
> BTW, the corresponding error in the "SIMILAR TO ... ESCAPE ..." syntax is:

> postgres=# SELECT 'aa' SIMILAR TO 123 ESCAPE 'f';
> ERROR:  function pg_catalog.similar_escape(integer, unknown) does not exist
> LINE 1: SELECT 'aa' SIMILAR TO 123 ESCAPE 'f';
>                                    ^

Well, that's complaining specifically about the ESCAPE part of it.
This does expose the implementation detail that we try to build the
similar_escape() call before the overall similar() function call.
        regards, tom lane


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: operator exclusion constraints
Следующее
От: Tom Lane
Дата:
Сообщение: Re: EOL for 7.4?