Install and Connect Command Line PostgreSQL on Fedora 22

Install and Connect Command Line PostgreSQL Install and Connect Command Line PostgreSQL seems very ordinary to accomplish but it can turn into a big mess when you are not following the proper instructions. There are few things which must be dealt with great care. I faced this issue while installing and connecting it in my …

Read more

How to set max db connections in postgres

How to set max db connections in postgres If you have developed a very poor application which creates more and more connections to your database server configured on PostgreSQL and its not releasing the unused connections, Surely you will encounter this problem one day. You need to do this configuration on your Postgres to increase …

Read more