Re: MySQL search query is not executing in Postgres DB

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: MySQL search query is not executing in Postgres DB
Дата
Msg-id 503E5C20.1090302@gmx.net
обсуждение исходный текст
Ответ на Re: MySQL search query is not executing in Postgres DB  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: MySQL search query is not executing in Postgres DB
Список pgsql-hackers
On 8/29/12 11:40 AM, Tom Lane wrote:
>>> regression=# select lpad(42,8);
>>> >>ERROR:  failed to find conversion function from integer to text
>>> >>I'm not sure why that's happening, either, but evidently some
>>> >>additional coercion laxity would required.
>> >This, however, is a trivial problem; make_fn_arguments just didn't get
>> >the memo that it might now need to look for assignment casts.  See
>> >attached.
> Meh.  I'm a bit worried about whether that might have unexpected
> consequences, too.

We are not seriously intending to make the above query work, are we?



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: splitting htup.h
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: splitting htup.h