To allow read-only access, ie. SELECT, to a user on a table which has a SERIAL 
column as well as foreign key references do I need to GRANT the user anything 
other than SELECT on the table and its corresponding sequence? As I understand, 
USAGE is only required to modify the table or use the currval function while 
REFERENCES is only required to create a foreign key, not to make use of it.

gvim

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to