table inheritance and polymorphic functions - Mailing list pgsql-novice

From David.Ventimiglia@wellsfargo.com
Subject table inheritance and polymorphic functions
Date
Msg-id FE4FB40DD8E71B438560737A5C58FB7904AFEADD@msgsw55cacah26.wellsfargo.com
Whole thread Raw
Responses Re: table inheritance and polymorphic functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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>>

Attachment

pgsql-novice by date:

Previous
From: "Mel Jamero"
Date:
Subject: Re: JDBC or ODBC
Next
From: "Pradeepkumar, Pyatalo (IE10)"
Date:
Subject: FW: need help on stored procedures