Bug #703: granted permisions lost next day - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #703: granted permisions lost next day
Date
Msg-id 20020703063848.925CF4761CE@postgresql.org
Whole thread Raw
Responses Re: Bug #703: granted permisions lost next day
Re: Bug #703: granted permisions lost next day
List pgsql-bugs
Petr Husak (petr.husak@meiller.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
granted permisions lost next day

Long Description
Hello, I've a table named map. I need to allow all users to select from this table. "GRANT select ON map TO public ;"
worksbut permissions are lost next day and I must grant them again and again. I also tried to do it in a transaction:
"BEGIN; GRANT select ON map TO public ; COMMIT ;" but without any efect. Thanks for any help. 

Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Bug #702: NULLs order by bug in 7.2.1
Next
From: Tom Lane
Date:
Subject: Re: Bug #702: NULLs order by bug in 7.2.1