Table permissions problem - Mailing list pgsql-hackers

From darcy@druid.net (D'Arcy J.M. Cain)
Subject Table permissions problem
Date
Msg-id m0z6gpJ-00006JC@druid.net
Whole thread Raw
Responses Re: [HACKERS] Table permissions problem  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
On Friday I asked.

> Has something changed recently?  I created a new database and it won't
> let me insert unless I specifically grant myself privledges.  It
> shows as being owned by me.  Also, I can't create a view.  It says
> "pg_rewrite: Permission denied." and doesn't create the view.

I have since found out that it was changed so that no one, not even the
owner, had full privs on the tables.  I went in and changed my code
to grant ALL on each database to the db owner.  Everything is fine
except that I still can't create a view.  I still  get that "pg_rewrite:
Permission denied." error.  Any ideas?

--
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.

pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Re: partial index
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Table permissions problem