Re: privileges

From: Carol Walter <walterc(at)indiana(dot)edu>
To: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: privileges
Date: 2008-08-28 21:24:28
Message-ID: 67655349-068D-4A7E-892F-925422814AD3@indiana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

The problem is solved. It wasn't until I tried to work with the
database in PhpPgAdmin that I got an error message that pointed me to
the solution. I had not granted privileges to the schemas. I had
never had to grant privs to a schema before and the documentation
seemed to indicate that it was only necessary in certain cases. This
didn't seem to fit my circumstances.

Anyway, thanks for your help.

Carol

On Aug 28, 2008, at 4:51 PM, Richard Broersma wrote:

> On Thu, Aug 28, 2008 at 1:49 PM, Richard Broersma
> <richard(dot)broersma(at)gmail(dot)com> wrote:
>> On Thu, Aug 28, 2008 at 1:37 PM, Carol Walter
>> <walterc(at)indiana(dot)edu> wrote:
>>
>>> I granted the app_admin role to my user name. When I try to
>>> describe the table using the "\d" psql command, it tells me there
>>> are no
>>> relations.
>>
>> I believe that this link explains the problem you are seeing:
>> http://www.postgresql.org/docs/8.3/interactive/role-membership.html
>
> Take a look the the inherits keyword.
>
>
> --
> Regards,
> Richard Broersma Jr.
>
> Visit the Los Angeles PostgreSQL Users Group (LAPUG)
> http://pugs.postgresql.org/lapug
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Steve Holdoway 2008-08-28 21:40:42 Re: Installing PostgreSQL 8.3.3. on Vista
Previous Message Richard Broersma 2008-08-28 20:51:42 Re: privileges