On Mon, Nov 08, 2004 at 05:00:49PM -0800, Kenji Morishige wrote:
> I'm wondering what the easy way to grant user/group access on all tables
> in a db.
This comes up from time to time -- search the archives for phrases
like "grant" and "all tables". The responses usually suggest writing
a script or function to query the system catalogs for the list of
tables, views, sequences, etc.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/