Re: Found small issue with OUT params - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Found small issue with OUT params
Date
Msg-id 15120.1128032319@sss.pgh.pa.us
Whole thread Raw
In response to Re: Found small issue with OUT params  (Mike Rylander <mrylander@gmail.com>)
Responses Re: Found small issue with OUT params
List pgsql-hackers
Mike Rylander <mrylander@gmail.com> writes:
> Using that logic, a functions with one OUT param would be the same as
> a function returning a rowtype with only one column,

But it's not (and no, I don't want to make it so, because the overhead
for the useless record result would be significant).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Mike Rylander
Date:
Subject: Re: Found small issue with OUT params
Next
From: Alvaro Herrera
Date:
Subject: Re: Socket problem using beta2 on Windows-XP