I create tables as one user then I want another user to use
those tables (like the web server).  Then I need to GRANT
access to every object in the database to that other user.

http://www.postgresql.org/docs/7.4/static/groups.html

This allows you to establish groups so that you can have Big_user with read/write and Lil_user with read only.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to