Does has_table_privilege() have a case bug

Поиск
Список
Период
Сортировка
От johnf
Тема Does has_table_privilege() have a case bug
Дата
Msg-id 200802051610.41294.jfabiani@yolo.com
обсуждение исходный текст
Ответы Re: Does has_table_privilege() have a case bug
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Empty to NULL conversion - Ruby - Postgres ?
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Does has_table_privilege() have a case bug