Re: MySQL search query is not executing in Postgres DB

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: MySQL search query is not executing in Postgres DB
Дата
Msg-id 1353367146.6670.20.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: MySQL search query is not executing in Postgres DB  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: MySQL search query is not executing in Postgres DB  (Robert Haas <robertmhaas@gmail.com>)
Re: MySQL search query is not executing in Postgres DB  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers
On Tue, 2012-11-06 at 10:57 -0500, Robert Haas wrote:
> But, with the attached patch:
> 
> rhaas=# create function xyz(smallint) returns smallint as $$select
> $1$$ language sql;
> CREATE FUNCTION
> rhaas=# select xyz(5);
>  xyz
> -----
>    5
> (1 row)
> 
> rhaas=# create table abc (a int);
> CREATE TABLE
> rhaas=# select lpad(a, 5, '0') from abc;
>  lpad
> ------
> (0 rows)

I continue to be of the opinion that allowing this second case to work
is not desirable.





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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: WIP: index support for regexp search
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: logical changeset generation v3