POSTGRESQL
PostgreSQL, or simply Postgres, is an object-relational database management system, In this post, We will learn how to install Postgres on Ubuntu.
PostgreSQL, or simply Postgres, is an object-relational database management system, In this post, We will learn how to install Postgres on Ubuntu.
Update Packages
sudo apt-get update
Install Postgres
sudo apt-get install postgresql postgresql-contrib
Access Postgres
sudo -i -u postgres
psql
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Comments
Post a Comment