"Programmer" <programmer@paradigm-corp.com> writes:
> Once it appeared to be working I created a table and added a few rows to
> it in psql. Then for the role being used by my Zope connection I did a
> GRANT ALL for the new table.
>
> Problem is I get a permission denied error anytime I try to run a SELECT
> on the table.
The problem is doubtless hidden in the details you didn't mention :-(.
What exactly was the GRANT command you issued? What exactly is the
error message you get?
regards, tom lane