Bug #884: Schema access not inherited by functions declared SECURITY DEFINER - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #884: Schema access not inherited by functions declared SECURITY DEFINER
Date
Msg-id 20030124173706.9A79847722B@postgresql.org
Whole thread Raw
Responses Re: Bug #884: Schema access not inherited by functions declared SECURITY DEFINER  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Jason B. Alonso (jalonso@mit.edu) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
Schema access not inherited by functions declared SECURITY DEFINER

Long Description
When calling a function declared SECURITY DEFINER, I get permission denied errors on schemas that the function would
access. In my cases, no permissions are granted to the schemas are granted to the users calling the functions, but the
owner/definerof the functions is the owner/definer/explicitly-permitted-user of the schemas in question. 

The problem is a "minor annoyance" to me in that I can circumvent the problem in my application by granting schema
usageto PUBLIC (and explicitly revoking access to the schema's tables, etc.), but it may not be quite so minor to
others.

Version: PostgreSQL 7.3 running on Cygwin/Win2k

Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #882: Cannot manually log in to database.
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #885: Trouble with timestamps after vacuuming