Обсуждение: How to GRANT...WITH GRANT OPTION?

Поиск
Список
Период
Сортировка

How to GRANT...WITH GRANT OPTION?

От
R D
Дата:
Hi, how can I grant privileges with grant option since
PostgreSQL does not support statement:
GRANT .... WITH GRANT OPTION;
if this is done by default then how can I grant
privileges without grant option?

Rumen

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

Re: How to GRANT...WITH GRANT OPTION?

От
Joshua Leshan
Дата:
Hi, did you figure this out?  I'm not quite sure what you are asking,
but . . .

leshan=> \h grant
Command: grant
Description: grant access control to a user or group
Syntax:
    GRANT privilege1, ...privilegeN ON rel1, ...relN TO
[PUBLIC|GROUP group|username]
     privilege is ALL|SELECT|INSERT|UPDATE|DELETE|RULE

leshan=> grant select on all_users to public;
CHANGE
leshan=>


Hope that helps.
Jd

On Tue, 16 May 2000, R D wrote:

> Hi, how can I grant privileges with grant option since
> PostgreSQL does not support statement:
> GRANT .... WITH GRANT OPTION;
> if this is done by default then how can I grant
> privileges without grant option?
>
> Rumen
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>