Re: Proposal: CREATE CONVERSION - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Proposal: CREATE CONVERSION
Date
Msg-id 20020709.140330.09931954.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: Proposal: CREATE CONVERSION  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > (1) a CONVERSION can only be dropped by the superuser or its owner.
> 
> Okay ...
> 
> > (2) a grant syntax for CONVERSION is:
> 
> >     GRANT USAGE ON CONVERSION <conversion_name> to
> >     {<user_name> | GROUP <group_name> | PUBLIC} [, ...]
> 
> No, I don't think a conversion has any privileges of its own at all.
> You either have USAGE on the underlying function, or not.

I see.
--
Tatsuo Ishii




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: DROP COLUMN Progress
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: DROP COLUMN Progress