I'd like to grant read-access to every single DB object in a database for one user. I'd hoped for GRANT SELECT ON * TO <username> but the '*' syntax is wrong and I don't see an alternative in the docs... How is this done? Cheers, Ed Loehr ************
- Re: [GENERAL] GRANT ALL ON * TO username? Ed Loehr
- Re: [GENERAL] GRANT ALL ON * TO username? Peter Eisentraut