Re: user defined function - Mailing list pgsql-general

From Tom Lane
Subject Re: user defined function
Date
Msg-id 21259.1138135081@sss.pgh.pa.us
Whole thread Raw
In response to Re: user defined function  (Yl Zhou <andrew.ylzhou@gmail.com>)
Responses Re: user defined function  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-general
Yl Zhou <andrew.ylzhou@gmail.com> writes:
> But I have to use 7.3 due to some limitations. Can I do it in 7.3?

Probably, but I forget how (and I can guarantee that it will break
when you do move to 8.0 or later, because we changed the internal
representation of rowtype arguments).  You'd be *much* better off to
spend your time fixing whatever it is that's keeping you on 7.3.

            regards, tom lane

pgsql-general by date:

Previous
From: Vivek Khera
Date:
Subject: Re: Problems with pgsql 8.0.4 & freebsd 6: partially solved
Next
From: Scott Marlowe
Date:
Subject: Re: user defined function