Re: Granting of permissions on tables

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Saltsgaver, Scott" <scottsa(at)aiinet(dot)com>
Cc: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Granting of permissions on tables
Date: 2000-10-05 21:26:46
Message-ID: Pine.LNX.4.21.0010052326190.1486-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Saltsgaver, Scott writes:

> GRANT ALL on <tables here> to <user2>;
>
> after running the command I lost permissions to the tables once I exited
> psql. I had to run psql as the postgres user to correct the situation.
>
> Is this a bug or desired behavior?

It's a bug. Fixed for 7.1.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-10-05 21:37:49 Re: Granting of permissions on tables
Previous Message Saltsgaver, Scott 2000-10-05 21:12:54 Granting of permissions on tables