Re: [GENERAL] stored procedure revisited - Mailing list pgsql-general

From Yin-So Chen
Subject Re: [GENERAL] stored procedure revisited
Date
Msg-id 3804F32C.DD0989ED@uswest.net
Whole thread Raw
In response to Re: [GENERAL] stored procedure revisited  (Peter Mount <peter@retep.org.uk>)
List pgsql-general
Peter Mount wrote:
>
> Well, for me it would allow the current kludge that the JDBC driver uses
> for PreparedStatement. Having SP would allow that class to temporarily
> store the procedure, then only the data would need to be transfered to the
> backend. This would improve the majority of JDBC useage enormously.
>

Definitely.  For JDBC/ODBC camp, SP is a strong feature to have.
Although for the PrepareStatement it would mean the system needs to
allow "temporary" stored procedure in the database, and is PG's security
mechanism set up for that?

Regards,

yin-so chen

pgsql-general by date:

Previous
From: Yin-So Chen
Date:
Subject: Re: [GENERAL] stored procedure revisited
Next
From: "amy cheng"
Date:
Subject: Re: [GENERAL] stored procedure revisited