I'd like to grant read-access to every single DB object in a databasefor one user. I'd hoped for
GRANT SELECT ON * TO <username>
but the '*' syntax is wrong and I don't see an alternative in thedocs...
How is this done?
Cheers,Ed Loehr