From: | Markus Schaber <schabi(at)logix-tt(dot)com> |
---|---|
To: | Marcos <mjs_ops(at)gmx(dot)net>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Use of Stored Procedures and |
Date: | 2006-01-19 12:20:57 |
Message-ID: | 43CF8429.6070401@logix-tt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hi, Marcos,
Marcos wrote:
>>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).
So your statements are inside a plpgsql stored procedure, important to
know that.
AFAIK, plpgsql uses prepared statements internally, so it should not be
necessary to use them explicitly.
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS
Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org
From | Date | Subject | |
---|---|---|---|
Next Message | Benjamin Arai | 2006-01-19 17:38:01 | Stored Procedures |
Previous Message | Markus Schaber | 2006-01-19 11:15:09 | Re: Use of Stored Procedures and |