Re: RETURN QUERY in PL/PgSQL? - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: RETURN QUERY in PL/PgSQL?
Date
Msg-id 200705041040.14984.josh@agliodbs.com
Whole thread Raw
In response to Re: RETURN QUERY in PL/PgSQL?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: RETURN QUERY in PL/PgSQL?  (Dave Page <dpage@postgresql.org>)
List pgsql-hackers
Tom, Pavel,

> > Hmm, I see your point. I'm personally satisfied with adding a new
> > proargmode to solve this as you suggest.
>
> This will break client-side code that looks at proargmode, and I don't
> think the argument in favor is strong enough to justify that ...

What kind of client-side code are we talking about breaking?  Just pgAdmin & 
phpPgAdmin and the like, or potentially other stuff that calls stored 
procedures?

FWIW, pgAdmin3 1.6 *already* breaks on 8.3 procedures, so we have client-side 
breakage already.

-- 
Josh Berkus
PostgreSQL @ Sun
San Francisco


pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: [COMMITTERS] pgsql: Teach tuplesort.c about "top N" sorting, in which only the first
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Teach tuplesort.c about "top N" sorting, in which only the first