grant question - Mailing list pgsql-admin

From Tena Sakai
Subject grant question
Date
Msg-id FE44E0D7EAD2ED4BB2165071DB8E328C0378F7AD@egcrc-ex01.egcrc.org
Whole thread Raw
Responses Re: grant question  (Scott Marlowe <scott.marlowe@gmail.com>)
List 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 by date:

Previous
From: msteben@autorevenue.com
Date:
Subject: Recovery issue
Next
From: Scott Marlowe
Date:
Subject: Re: grant question