Sad,
> can anyone give me a link to a Reference manual
> which describes all privileges on any DB object and it's meaning :-)
> thnx.
http://www.postgresql.org/docs/7.3/static/sql-grant.html
http://www.postgresql.org/docs/7.3/static/user-manag.html
--
Josh Berkus
Aglio Database Solutions
San Fr
Hi all
can anyone give me a link to a Reference manual
which describes all privileges on any DB object and it's meaning :-)
thnx.
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster
Hi,
Is it possible to allow a user to execute a procedure that will update
some tables without the user having any privileges on the underlying tables
themselves (like in Oracle where the procedure effectively runs with the
privilege of the creator)?
Regards,
___