Re: pgsql/ oc/src/sgml/func.sgml oc/src/sgml/relea ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/ oc/src/sgml/func.sgml oc/src/sgml/relea ...
Дата
Msg-id 11626.1021737619@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql/ oc/src/sgml/func.sgml oc/src/sgml/relea ...  (petere@postgresql.org (Peter Eisentraut - PostgreSQL))
Ответы Re: pgsql/ oc/src/sgml/func.sgml oc/src/sgml/relea ...  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
petere@postgresql.org (Peter Eisentraut - PostgreSQL) writes:
>     Allow functions to be executed with the privileges of the function owner.

Hmm.  Have you tried this with recursive plpgsql functions?  I have a
feeling that that little hack of replacing the flinfo link isn't gonna
work well in plpgsql, because of its caching of query plans.

Of course this is not so much the fault of your patch as it is of the
brain-dead notion of keeping runtime function caches in plan trees.
Maybe it's time to bite the bullet and do something about that.

            regards, tom lane

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Дата:
Сообщение: pgsql/ oc/src/sgml/ref/alter_table.sgml oc/src ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src backend/optimizer/plan/planner.c bac ...