Does has_table_privilege() have a case bug

From: johnf <jfabiani(at)yolo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Does has_table_privilege() have a case bug
Date: 2008-02-06 00:10:41
Message-ID: 200802051610.41294.jfabiani@yolo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2008-02-06 00:27:19 Re: Does has_table_privilege() have a case bug
Previous Message Jeff Davis 2008-02-05 22:47:01 Re: Empty to NULL conversion - Ruby - Postgres ?