grant question

Поиск
Список
Период
Сортировка
От Tena Sakai
Тема grant question
Дата
Msg-id FE44E0D7EAD2ED4BB2165071DB8E328C0378F7AD@egcrc-ex01.egcrc.org
обсуждение исходный текст
Ответы Re: grant question  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin

Hi Everybody,

I want to issue a command:

  grant select on schema_Z to user_a;

so that the user_a can look at all tables in schema_Z.
Sadly, what I get is:
  ERROR:  relation "schema_Z" does not exist

I tried:
 
  grant select on schema_Z.* to user_a;
and response was:
  ERROR:  syntax error at or near "to"
  LINE 1: grant select on schema_Z.* to user_a;

Please tell me what I command I should issue instead
to get what I want done?

Thank you in advance.

Regards,

Tena Sakai
tsakai@gallo.ucsf.edu


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

Предыдущее
От: msteben@autorevenue.com
Дата:
Сообщение: Recovery issue
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: grant question