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



--
View this message in context: 
http://postgresql.nabble.com/How-Restricting-user-tp5889240p5889292.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to