Re: How Restricting user

Поиск
Список
Период
Сортировка
От dangal
Тема Re: How Restricting user
Дата
Msg-id 1456423276229-5889292.post@n5.nabble.com
обсуждение исходный текст
Ответ на How Restricting user  (Daniel Gallo <danielito.gallo@gmail.com>)
Ответы Re: How Restricting user  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
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.


В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: How Restricting user
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: How Restricting user