prepareable statements - Mailing list pgsql-patches

From nconway@klamath.dyndns.org (Neil Conway)
Subject prepareable statements
Date
Msg-id 20020731211816.GA28380@klamath.dyndns.org
Whole thread Raw
Responses Re: prepareable statements
Re: prepareable statements
Re: prepareable statements
List pgsql-patches
I've attached an updated version of the prepareable statements patch. It
is very similar to the latest patch I posted on -hackers -- the only new
changes are a few comment fixes, an unrelated typo fix, and re-sync
with latest CVS. I'm not aware of any outstanding issues with the patch,
so if you'd like me to change something, let me know.

The current syntax is:

    PREPARE q1(a,b,c) AS ...;

    EXECUTE q1(1,2,3);

    DEALLOCATE q1;

Peter objected to the EXECUTE syntax, whereas Rod Taylor said it was
good. Not really sure which way to go...

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: lock listing
Next
From: Bruce Momjian
Date:
Subject: Re: int64 timestamp patch for contrib/pg_controldata