Re: How to GRANT...WITH GRANT OPTION? - Mailing list pgsql-admin

From Joshua Leshan
Subject Re: How to GRANT...WITH GRANT OPTION?
Date
Msg-id Pine.LNX.3.96.1000516131507.21412M-100000@diner.ug.eds.com
Whole thread Raw
In response to How to GRANT...WITH GRANT OPTION?  (R D <mrk279@yahoo.com>)
List pgsql-admin
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/
>


pgsql-admin by date:

Previous
From: R D
Date:
Subject: How to GRANT...WITH GRANT OPTION?
Next
From: "Vladimir V. Zolotych"
Date:
Subject: non functional update