Re: [pgadmin-hackers] [pgAdmin III] #88: Function's access control list ambiguity

2013-04-22 Thread pgAdmin Trac
#88: Function's access control list ambiguity --+- Reporter: Dmitry Samokhin | Owner: dpage Type: bug | Status: closed Priority: major| Milestone: Component:

Re: [pgadmin-hackers] Re: Missing REVOKE in SQL for functions with SECURITY DEFINER (or any function, really)

2013-04-22 Thread Dhiraj Chawla
Thanks a lot Dave :-) On Mon, Apr 22, 2013 at 4:03 PM, Dave Page wrote: > Thanks - seems to work well, so I've committed the patch to 1.16 and > master. > > Erwin; would appreciate any additional QA you can find time for :-) > > On Fri, Apr 19, 2013 at 1:47 PM, Dhiraj Chawla > wrote: > > Hi Da

Re: [pgadmin-hackers] Re: Missing REVOKE in SQL for functions with SECURITY DEFINER (or any function, really)

2013-04-22 Thread Dave Page
Thanks - seems to work well, so I've committed the patch to 1.16 and master. Erwin; would appreciate any additional QA you can find time for :-) On Fri, Apr 19, 2013 at 1:47 PM, Dhiraj Chawla wrote: > Hi Dave, > > Please find attached the patch that fixes this issue related to security > definer

[pgadmin-hackers] pgAdmin III commit: Update CHANGELOG for "Handle default privileges to

2013-04-22 Thread Dave Page
Update CHANGELOG for "Handle default privileges to PUBLIC correctly." Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=38a5d426cffd8effe732b441d8b7b0c17c6a458a Modified Files -- CHANGELOG |2 ++ 1 files changed, 2 inse

[pgadmin-hackers] pgAdmin III commit: Handle default privileges to PUBLIC correctly.

2013-04-22 Thread Dave Page
Handle default privileges to PUBLIC correctly. Teach pgObject::GetGrant() that databases, functions and languages have implicit privileges granted to PUBLIC, and that REVOKE statements may need to be generated for them. Ensure that affected object properties dialogues display the default privileg

[pgadmin-hackers] pgAdmin III commit: Update CHANGELOG for "Handle default privileges to

2013-04-22 Thread Dave Page
Update CHANGELOG for "Handle default privileges to PUBLIC correctly." Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a8eb561d4367e72479bfaa34e923cc2332ebd3b7 Modified Files -- CHANGELOG |2 ++ 1 files changed, 2 insertions(+), 0

[pgadmin-hackers] pgAdmin III commit: Handle default privileges to PUBLIC correctly.

2013-04-22 Thread Dave Page
Handle default privileges to PUBLIC correctly. Teach pgObject::GetGrant() that databases, functions and languages have implicit privileges granted to PUBLIC, and that REVOKE statements may need to be generated for them. Ensure that affected object properties dialogues display the default privileg