Once you have created a database, you can access it by: Running the PostgreSQL interactive terminal program, called psql , which allows you to interactively enter, edit, and execute SQL commands.
How do I access PostgreSQL database?
Once you have created a database, you can access it by: Running the PostgreSQL interactive terminal program, called psql , which allows you to interactively enter, edit, and execute SQL commands.