On Thu, Jul 01, 2004 at 08:36:12 -0700,
Dennis Gearon <gearond@fireserve.net> wrote:
> If I create new database objects, I have to give permissions to any
> users or groups explicitly, for every object?
Yes. But you can write scripts that query the information_schema and
generate the SQL GRANT commands and then run them.