Subject GRANT ALL ON all?
Author Stefan Heymann
Hi,

I want to make my database open to all users of the server. User
access rights will be addressed in the application. Is there something
I can do to
a) give all users all access rights
b) avoid to have to call GRANT ALL ON <object> TO PUBLIC
for every database object (and probably forget to do it for one of
them when the schema grows) ?

Best Regards

Stefan