Does has_table_privilege() have a case bug - Mailing list pgsql-general

From johnf
Subject Does has_table_privilege() have a case bug
Date
Msg-id 200802051610.41294.jfabiani@yolo.com
Whole thread Raw
Responses Re: Does has_table_privilege() have a case bug
List pgsql-general
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

pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Empty to NULL conversion - Ruby - Postgres ?
Next
From: Jeff Davis
Date:
Subject: Re: Does has_table_privilege() have a case bug