Re: Use of Stored Procedures and

From: Marcos <mjs_ops(at)gmx(dot)net>
To: Markus Schaber <schabi(at)logix-tt(dot)com>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Use of Stored Procedures and
Date: 2006-01-19 09:42:57
Message-ID: 1137663777.930.10.camel@servidor
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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..

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Markus Schaber 2006-01-19 11:15:09 Re: Use of Stored Procedures and
Previous Message Marcos 2006-01-19 08:44:16 Re: Use of Stored Procedures and