Tutorial: Access Postgresql Database as Default User
When you install PostgreSQL newly, you will only be able to access it as superuser postgres. In this tutorial, you will learn how to access PostgreSQL as the default terminal user.
Step 1: Change the default terminal user to postgres
sudo su - postg...
vicradon.hashnode.dev2 min read