Reassign permissions

From: Amreen Khan <amreenkhan(at)hotmail(dot)com>
To: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Reassign permissions
Date: 2015-08-25 19:20:43
Message-ID: COL131-W7012184ADC9FA1DFD7C762D3610@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I had a function that a group owns, I'm part of this group. I wanted to change the permissions or give grant delete privileges to session_user. And another group of users was granted all privileges on the function in order to be able to run it. My group still wants to own the function but we want whoever runs the function outside of our group to be able to have delete privileges on a table that is created within the function. Does anyone have any suggestions?

Amreen Khan

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Rene Romero Benavides 2015-08-25 20:46:31 Re: Reassign permissions
Previous Message Mario Splivalo 2015-08-24 12:13:02 Re: WHERE ... NOT NULL ... OR ... (SELECT...)