Re: grant all privileges to all tables in a database

From: John DeSoi <desoi(at)pgedit(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: grant all privileges to all tables in a database
Date: 2005-04-10 19:37:17
Message-ID: F2A6D5E9-A9F7-11D9-92FA-000A95B03262@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Apr 10, 2005, at 3:10 PM, Florin Andrei wrote:

> On PostgreSQL, i lost about half a day trying to figure it out. I'm
> posting this message to help others in my situation. I googled for an
> answer, but everything that i've found was unhelpful. Hopefully this
> mailing list is indexed by Google.

The lists are indexed by google, but sometimes it is better to search
the archives directly (http://archives.postgresql.org/). Or ask the
question on the list when you did not find the answer after searching
on your own. This question comes up quite frequently, so I'm sure there
are responses in the list archives.

You can find some SQL functions to GRANT ALL PRIVILEGES on every table
plus a lot of other useful things here:

http://pgedit.com/node/view/20

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Leif B. Kristensen 2005-04-10 20:28:53 Re: Accessing environment variables from psql (SOLVED)
Previous Message David Fetter 2005-04-10 19:23:45 Re: Lost in Foreign Key land