Problem: has_function_privilege()

Поиск
Список
Период
Сортировка
От Stefan Hans
Тема Problem: has_function_privilege()
Дата
Msg-id 008501c40ace$6638b670$bf01a8c0@pc1
обсуждение исходный текст
Ответы Re: Problem: has_function_privilege()  (Joe Conway <mail@joeconway.com>)
Список pgsql-php
Hi *,
 
can somebody help to solve this?
 
[has_function_privilege(user, function, privilege)]:
 
my_example=# select has_function_privilege('postgres', 'cash_cmp', 'execute');

ERROR:  expected a left parenthesis
 
 
[has_function_privilege(function, privilege) ]:

my_example=# select has_function_privilege('cash_cmp', 'execute');

ERROR:  expected a left parenthesis
                                                                      
-------------------------------------------------------------------------------------------------------
 PostgreSQL 7.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
 
 
thx in advance
 
greetings from munich
 
stefan
 

В списке pgsql-php по дате отправления:

Предыдущее
От: Markus Bertheau
Дата:
Сообщение: Re: Please help: PHP4/postgres db woes
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Problem: has_function_privilege()