table inheritance and polymorphic functions

Поиск
Список
Период
Сортировка
От David.Ventimiglia@wellsfargo.com
Тема table inheritance and polymorphic functions
Дата
Msg-id FE4FB40DD8E71B438560737A5C58FB7904AFEADD@msgsw55cacah26.wellsfargo.com
обсуждение исходный текст
Ответы Re: table inheritance and polymorphic functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hello,

Is there any way to set up overloaded functions whose parameters are
composite types (i.e., row types) within a table inheritance hierarchy, so
that postgresql dispatches to the correct function depending on the actual
type of its argument, in an "object-oriented" fashion?  What I mean is this.
Suppose I create a table for CITIES and another table for CAPITALS which
inherits from CITIES.  Can I create same-named overloaded functions on
CITIES and CAPITALS in such a way that the "correct" function is called
depending on the actual type of the row?

Cheers,
David A. Ventimiglia
DSSG
Wells Fargo Bank

This message may contain confidential and/or privileged information. If you
are not the addressee or authorized to receive this for the addressee, you
must not use, copy, disclose, or take any action based on this message or
any information herein. If you have received this message in error, please
advise the sender immediately by reply e-mail and delete this message. Thank
you for your cooperation.

 <<Ventimiglia, David.vcf>>

Вложения

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

Предыдущее
От: "Mel Jamero"
Дата:
Сообщение: Re: JDBC or ODBC
Следующее
От: "Pradeepkumar, Pyatalo (IE10)"
Дата:
Сообщение: FW: need help on stored procedures