RE: Inheritance of functions shows unexpected behaviour - Mailing list pgsql-bugs

From Ganesh Prasad
Subject RE: Inheritance of functions shows unexpected behaviour
Date
Msg-id F5DA09A0A4D4D41196FC00D0B74A04B009D46B@MARS
Whole thread Raw
In response to Inheritance of functions shows unexpected behaviour  (pgsql-bugs@postgresql.org)
List pgsql-bugs
Thank you.

I hope the fix will implement polymorphism also, i.e., if a superclass and
subclass define an identically-named function, then calling the function on
all records of the superclass should transparently call the subclass's
function for the records corresponding to the subclass.

Regards,

Ganesh

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Tuesday, 1 May 2001 6:09 AM
To: ganesh.prasad@reply2.com; pgsql-bugs@postgresql.org
Subject: Re: [BUGS] Inheritance of functions shows unexpected behaviour


pgsql-bugs@postgresql.org writes:
> Inheritance of functions shows unexpected behaviour

I agree, plpgsql is doing the wrong thing here.  Fix committed for
7.1.1.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: debug_level 0 does not stop debug messages
Next
From: Peter Eisentraut
Date:
Subject: Re: debug_level 0 does not stop debug messages