I am having a problem adding a row to a postgresql table with a sequence as a primary key using pg_query. I receive an error, "permission denied for sequence mytable_tid_seq". I have set the permissions for the user from all which did not work to insert, update and select which did not work. Can you help. Thanks
GRANT SELECT, UPDATE ON sequence mytable_tid_seq TO ...; Chris