I create a table named "Account_Text_Table" the owner is 'johnf'.
select has_table_privilege('johnf', 'public.Account_Text_Table', 'SELECT')
I get the following error:
ERROR: relation "public.account_text_table" does not exist
SUSE 10.3 Postgres 8.1.9
--
John Fabiani