Re: Polymorphic functions without a type

Поиск
Список
Период
Сортировка
От Brian Hurt
Тема Re: Polymorphic functions without a type
Дата
Msg-id 45704AA0.9040804@janestcapital.com
обсуждение исходный текст
Ответ на Re: Polymorphic functions without a type  (nhrcommu@rochester.rr.com)
Ответы Re: Polymorphic functions without a type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
nhrcommu@rochester.rr.com wrote:

>May be some help coming (search for NULL within the page):
>http://www.postgresql.org/docs/8.2/static/release-8-2.html
>
>
>
>
Thanks for that pointer.

In addition to providing a text function, explicitly assigning a type
also works, so:
select equals(null :: int, null);

also works.

Brian


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

Предыдущее
От: nhrcommu@rochester.rr.com
Дата:
Сообщение: Re: Polymorphic functions without a type
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Messed up Postgresql