Connecting to PostgreSQL

To connect to PostgreSQL, the following parameters are required: 1. Host or Host Address 2. Port 3. Database Name 4. User 5. Password As mentioned, in my earlier post, like sqlplus in oracle, PostgreSQL has "psql". To connect any PostgreSQL db, you can use 1. psql 2. pgAdmin4 3. phpPgAdmin Using psql The default port … Continue reading Connecting to PostgreSQL

PostgreSQL – An introduction

2017 - A year of learning !! Today technology is changing at a very rapid speed and it's very difficult to keep up to it but as said, it's never too late to start something new. This year I plan to spend some time outside of Oracle and learn some new things. I have started … Continue reading PostgreSQL – An introduction