> > On Mon, Nov 10, 2003 at 04:45:10PM -0800, Rob Storrs wrote:
> > > According to my test (pg 7.2.4), the owner of the table will be null
> > > after the user PIPPO is dropped.
> >
> > That's what it seems, but in reality the owner is the ID the PIPPO had.
> > If you create another user with the
> On Mon, Nov 10, 2003 at 04:45:10PM -0800, Rob Storrs wrote:
> > According to my test (pg 7.2.4), the owner of the table will be null
> > after the user PIPPO is dropped.
>
> That's what it seems, but in reality the owner is the ID the PIPPO had.
> If you create another user with the same ID, he
According to my test (pg 7.2.4), the owner of the table will be null
after the user PIPPO is dropped.
test=# \dt aa
List of relations
Name | Type | Owner
--+---+---
aa | table | pippo
test=# drop user PIPPO;
DROP USER
test=# \dt aa
List of relations
Name | Type | Owner