Dear , I have a question for them , in our work we have an environment with
streaming replication and everything works in the best way , we are trying
to implement high availability and for that we try to use pgpool and we
could not get it to work with md5 authentication
The area of systems my com
Joshua thank you very much , my knowledge does not allow me to do what you
explained to me !!
Something can be interesting for inclusion in future versions
--
View this message in context:
http://postgresql.nabble.com/How-Restricting-user-tp5889240p5889298.html
Sent from the PostgreSQL - genera
In Oracle i have something like this:
-- Create profile
create profile PROFILE_Query limit
sessions_per_user 25
cpu_per_call 3
connect_time 120
idle_time 20
logical_reads_per_session 8
logical_reads_per_call 25000;
-- Add users to profile
alter user XXX profile PROFILE_Quer