From: | Daniel Gallo <danielito(dot)gallo(at)gmail(dot)com> |
---|---|
To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: How Restricting user |
Date: | 2016-02-25 18:09:24 |
Message-ID: | CAOU0mHT81Eo+rV7DOYGcLOdNNmiFDzA4gf0fakOa0SDLeZD-Rg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
thanks a lot David!!!!
2016-02-25 15:08 GMT-03:00 David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>:
> On Thu, Feb 25, 2016 at 11:01 AM, dangal <danielito(dot)gallo(at)gmail(dot)com>
> wrote:
>
>> In Oracle i have something like this:
>>
>> -- Create profile
>> create profile PROFILE_Query limit
>> sessions_per_user 25
>> cpu_per_call 30000
>> connect_time 120
>> idle_time 20
>> logical_reads_per_session 80000
>> logical_reads_per_call 25000;
>>
>> -- Add users to profile
>> alter user XXX profile PROFILE_Query ;
>>
>> I cant find something like this in postgres
>>
>
> It doesn't exist in PostgreSQL.
>
> David J.
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2016-02-25 18:38:42 | Re: How Restricting user |
Previous Message | David G. Johnston | 2016-02-25 18:08:32 | Re: How Restricting user |