Re: Use of Stored Procedures and - Mailing list pgsql-performance

From Marcos
Subject Re: Use of Stored Procedures and
Date
Msg-id 1137663777.930.10.camel@servidor
Whole thread Raw
In response to Re: Use of Stored Procedures and  (Markus Schaber <schabi@logix-tt.com>)
Responses Re: Use of Stored Procedures and  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-performance
> Which interface are you using to connect to PostgreSQL? libpq, libpqxx,
> pgjdbc, python-popy?
>
> E. G. PGJDBC handles prepared plans transparently by using the
> PreparedStatement class.
>
> If you use command line PSQL, you can use the PREPARE commands.

I'm using the adodb to call the stored procedure (plpgsql).

Thanks..


pgsql-performance by date:

Previous
From: Markus Schaber
Date:
Subject: Re: Use of Stored Procedures and
Next
From: Markus Schaber
Date:
Subject: Re: Use of Stored Procedures and