Install postgresql 9.4 on Ubuntu 14.04 LTS server

Install postgresql 9.4 on Ubuntu 14.04 LTS server

PostgreSQL is an object-relational database system (ORDBMS). It is free and its source code is available. Many volunteers, individuals and companies are contributing to develop the postgresql , the group is often addressed as PostgreSQL Global Development Group . PostgreSQL is cross platform means it can be run on many Linux/Unix based Operating System, Windows…

How to set user postgres password in postgresql 9.1

How to set user postgres password in postgresql 9.1

In this tutorial we will learn How to set user postgres password in postgresql 9.1 and force to prompt for password. When you freshly install Postgresql and after using command psql it will allow you to login into postgresql server without prompting or asking for password. Here we will first of all reset the password…