Re: [BUGS] Bug #703: granted permisions lost next day

2002-07-03 Thread Bruce Momjian
Very strange. I can't imagine what would cause this. --- [EMAIL PROTECTED] wrote: > Petr Husak ([EMAIL PROTECTED]) reports a bug with a severity > of 2 The lower the number the more severe it is. > > Short Description gra

Re: [BUGS] Bug #703: granted permisions lost next day

2002-07-03 Thread Tom Lane
[EMAIL PROTECTED] writes: > Hello, I've a table named map. I need to allow all users to select from this table. >"GRANT select ON map TO public ;" works but 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 ma

[BUGS] Bug #703: granted permisions lost next day

2002-07-03 Thread pgsql-bugs
Petr Husak ([EMAIL PROTECTED]) 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 ;"