| From: | Dave Cramer <davecramer(at)postgres(dot)rocks> |
|---|---|
| To: | pgsql-jdbc(at)lists(dot)postgresql(dot)org |
| Subject: | Fwd: Support for OUT parameters in procedures |
| Date: | 2020-10-05 10:54:23 |
| Message-ID: | CADK3HHKptncnV_D1VWLLHV8qRHquUqDVRsxZin3X+wqpBPy3Sg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-jdbc |
Just saw this on hackers. Anyon care to comment ?
Dave Cramer
www.postgres.rocks
---------- Forwarded message ---------
From: Robert Haas <robertmhaas(at)gmail(dot)com>
Date: Fri, 28 Aug 2020 at 09:31
Subject: Re: Support for OUT parameters in procedures
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
On Fri, Aug 28, 2020 at 2:04 AM Peter Eisentraut
<peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
> The handling of results of SQL statements executed at the top level
> (a.k.a. direct SQL) is implementation-specific and varies widely in
> practice. More interesting in practice, in terms of functionality and
> also compatibility, are nested calls in PL/pgSQL as well as integration
> in JDBC.
I agree that driver integration, and in particular JDBC integration,
is important and needs some thought. I don't think it horribly
matters, with a feature like this, what shows up when people type
stuff into psql. Whatever it is, people will get used to it. But when
they interact through a driver, it's different. It is no good
inventing things, either in PostgreSQL or in the JDBC driver for
PostgreSQL, that make PostgreSQL behave differently from every other
database they use. I don't know exactly how we get to a good outcome
here, but I think it's worth some careful consideration.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bharath Rupireddy | 2020-10-05 10:56:22 | Re: Parallel INSERT (INTO ... SELECT ...) |
| Previous Message | Bharath Rupireddy | 2020-10-05 10:45:49 | Use standard SIGHUP and SIGTERM handlers in autoprewarm module |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Stehule | 2020-10-05 11:39:05 | Re: Support for OUT parameters in procedures |
| Previous Message | Peter Eisentraut | 2020-10-05 09:46:02 | Re: Support for OUT parameters in procedures |