Re: default EXECUTE privilege

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
Cc: Sergey Suleymanov <solt(at)eatpbank(dot)ru>, pgsql-general(at)postgresql(dot)org
Subject: Re: default EXECUTE privilege
Date: 2003-09-05 15:34:50
Message-ID: 17596.1062776090@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my> writes:
>> That's a documentation error. Where do you see it exactly? I can't
>> find such a statement in the current sources.

> Last line just before EXAMPLES
> http://www.us.postgresql.org/postgresql-7.3.3/sql-createfunction.html

Ah. Looks like it's already been removed from the 7.4 docs.

The GRANT reference page does state the situation correctly:

Depending on the type of object, the initial default privileges may
include granting some privileges to PUBLIC. The default is no public
access for tables and schemas; TEMP table creation privilege for
databases; EXECUTE privilege for functions; and USAGE privilege for
languages. The object creator may of course revoke these privileges.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-09-05 16:09:18 Re: [PERFORM] Seq scan of table?
Previous Message Vivek Khera 2003-09-05 15:17:58 Re: Backup?