EXECUTE USING for plpgsql (for 8.4)

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема EXECUTE USING for plpgsql (for 8.4)
Дата
Msg-id 162867790710220348r39cf9900i6a62c3c56ddb28c9@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: pgstattuple locking fix
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Hash Index Build Patch v2