Re: 7.3 Prepared statements

From: Alan Gutierrez <ajglist(at)izzy(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 7.3 Prepared statements
Date: 2003-01-07 13:00:25
Message-ID: avej65$1a4o$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Neil Conway wrote:
> On Mon, 2003-01-06 at 05:35, Alan Gutierrez wrote:
>
>>Is there an API for the prepared query interface in a later version of
>>libpq?

> No, the prepared queries implemented in 7.3 are not protocol-level, they use
> a set of special SQL statements to prepare statements and then execute them.

>>Examples of prepared query use?

> http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/sql-prepare.html
> http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/sql-execute.html
>
> ... should cover enough stuff to get you started.

Are any hackers working on a protocol level implementation? Has it been deemed
unnecessary? This may be an area where I could help with some C development.

Alan Gutierrez

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message terry 2003-01-07 13:14:16 Re: LIMIT clause optimization
Previous Message Holger Klawitter 2003-01-07 12:44:53 Re: LIMIT clause optimization

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jim Downing 2003-01-07 14:35:32 Hibernate issue resolved
Previous Message Neil Conway 2003-01-07 06:50:44 Re: 7.3 Prepared statements