Re: polymorphic SQL functions has a problem with domains

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: polymorphic SQL functions has a problem with domains
Дата
Msg-id 16561.1396456050@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: polymorphic SQL functions has a problem with domains  (David Johnston <polobo@yahoo.com>)
Ответы Re: polymorphic SQL functions has a problem with domains  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: polymorphic SQL functions has a problem with domains  (Andres Freund <andres@2ndquadrant.com>)
Re: polymorphic SQL functions has a problem with domains  (David Johnston <polobo@yahoo.com>)
Список pgsql-hackers
David Johnston <polobo@yahoo.com> writes:
> Does something like:
> SELECT ($1 + $2)::$1%TYPE 
> exist where you can explicitly cast to the type of the input argument?

I don't think SQL-language functions have such a notation, but it's
possible in plpgsql, if memory serves.
        regards, tom lane



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

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: polymorphic SQL functions has a problem with domains
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: polymorphic SQL functions has a problem with domains