Re: Hide the code from users postgres - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Hide the code from users postgres
Date
Msg-id AANLkTimkdTSbR64I6FZ0qi0uvw57biOsBS6uz8S5d6i3@mail.gmail.com
Whole thread Raw
In response to Re: Hide the code from users postgres  (akp geek <akpgeek@gmail.com>)
List pgsql-general
2010/6/24 akp geek <akpgeek@gmail.com>:
> It's not for the user postgres.. If I have created a testuser, can I hide
> the code for that testuser?
> Regards
>

you can do it. But mostly of all instruments for postgres will not
work corectly - like pgAdmin and others. So this step is usually
unwanted.

try

REVOKE SELECT ON pg_proc FROM public;
REVOKE SELECT ON pg_view FROM public;





> On Thu, Jun 24, 2010 at 3:42 PM, Pavel Stehule <pavel.stehule@gmail.com>
> wrote:
>>
>> Hello
>>
>> 2010/6/24 akp geek <akpgeek@gmail.com>:
>> > Hi all -
>> >           Is there way in postgres to set the user privileges so that
>> > when
>> > they login , the user can not see functions and views?
>>
>> you can't do it for user postgres.
>>
>> Regards
>>
>> Pavel Stehule
>>
>> > Regards
>
>

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Hide the code from users postgres
Next
From: Pavel Stehule
Date:
Subject: Re: Hide the code from users postgres