default EXECUTE privilege

From: Sergey Suleymanov <solt(at)eatpbank(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: default EXECUTE privilege
Date: 2003-09-05 10:11:29
Message-ID: 87znhjy27i.fsf@boo.eatpbank.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Documentation says "By default, only the owner (creator) of the
function has the right to execute it."

But for me newly created function has execute privilege to
public by default. And we have to execute "revoke execute on
function ... from public". Why?

Version is 7.3.2

--
Sergey Suleymanov

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karel Zak 2003-09-05 10:38:52 Re: Problem with to_date/to_char
Previous Message Richard Huxton 2003-09-05 10:07:12 Re: [PERFORM] Seq scan of table?