EXECUTE USING for plpgsql (for 8.4) - Mailing list pgsql-patches

From Pavel Stehule
Subject EXECUTE USING for plpgsql (for 8.4)
Date
Msg-id 162867790710220348r39cf9900i6a62c3c56ddb28c9@mail.gmail.com
Whole thread Raw
Responses Re: EXECUTE USING for plpgsql (for 8.4)  (Bruce Momjian <bruce@momjian.us>)
Re: EXECUTE USING for plpgsql (for 8.4)  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-patches
Hello

this patch add USING clause into plpgsql EXECUTE statements.

Proposal:
http://archives.postgresql.org/pgsql-hackers/2007-10/msg00790.php

I found, so dynamics statements are little bit faster with parameters,
because we don't need call lot of in out/in functions. Mainly it is
barier to SQL injection.

I have question, who will be commiter of plpgsql region? I am quite
irritated from 8.3 process. Bruce's patch queue more or less black
hole, and I have not any idea, if somebody checking my patches or not
and if I have to be in readiness or not.

Patch queue is longer and longer, and I need to know any responsible
person who can be recipient of my reminder request. Really it's
nothing nice, if your work is repeatedly deleted or inserted to
current queue. Nobody can do any plans.

Best regards
Pavel Stehule

Attachment

pgsql-patches by date:

Previous
From: "Heikki Linnakangas"
Date:
Subject: Re: pgstattuple locking fix
Next
From: Bruce Momjian
Date:
Subject: Re: Hash Index Build Patch v2