Re: [HACKERS] DROP USER weirdness in 7.2.1

2002-10-16 Thread Daniel Kalchev
>>>Peter Eisentraut said: > Daniel Kalchev writes: > > > One would normally expect, that when DROP USER someuser is issued, all > > associated data structures will be readjusted, especially ownership and ac cess > > rights. > > Perhaps, but the documentation states otherwise. > [..

Re: [HACKERS] DROP USER weirdness in 7.2.1

2002-10-15 Thread Peter Eisentraut
Daniel Kalchev writes: > One would normally expect, that when DROP USER someuser is issued, all > associated data structures will be readjusted, especially ownership and access > rights. Perhaps, but the documentation states otherwise. > There is no way to remove rights of this 'user' 98 using

[HACKERS] DROP USER weirdness in 7.2.1

2002-10-15 Thread Daniel Kalchev
I have encountered unexpected behavior of DROP USER in 7.2.1. One would normally expect, that when DROP USER someuser is issued, all associated data structures will be readjusted, especially ownership and access rights. This however does not happen. After droping an user, that had ownership o