Table permissions problem

From: darcy(at)druid(dot)net (D'Arcy J(dot)M(dot) Cain)
To: pgsql-hackers(at)PostgreSQL(dot)org
Subject: Table permissions problem
Date: 1998-08-12 19:44:53
Message-ID: m0z6gpJ-00006JC@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at){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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-08-12 20:07:54 Re: [HACKERS] Table permissions problem
Previous Message Jan Wieck 1998-08-12 19:39:46 Re: [HACKERS] Re: partial index