On 5/17/2016 3:56 PM, Lucas Possamai wrote:
>
> *FATAL*: sorry, too many clients already
>
I believe that error means you've exceeded max_connections. query
pg_stat_activity and see how many connections are in the various
'states', like..
select state, count(*) from pg_stat_activity group by state;
--
john r pierce, recycling bits in santa cruz