Hello world,
I wonder if the problem of "phantom rights" exists in Postgresql 9.5 as it
exists in MySQL.
What happens with privileges if :
- I create a table t1
- I grant to user u1 some privileges for the table t1
- I drop table t1;
- and I recreate de same table t1
Are these privileges still existing or completely revoked/deleted with the
drop table statement?
Thanks a lot,
Regards,
Thomas