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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/ oc/src/sgml/func.sgml oc/src/sgml/relea ...
Date: 2002-05-18 16:00:19
Message-ID: 11626.1021737619@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

petere(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-18 18:49:41 pgsql/src backend/optimizer/plan/planner.c bac ...
Previous Message Peter Eisentraut - PostgreSQL 2002-05-18 15:44:48 pgsql/ oc/src/sgml/ref/alter_table.sgml oc/src ...