Osinachi Chukwujama
Osi on Tech

Osi on Tech

Follow
Follow
homebadgesnewsletter
Tag

terminal

#terminal

More content

Read more stories on Hashnode


Articles with this tag

Run SQL Files in psql Shell

Sep 2, 20211 min read

When using PostgreSQL DBMS, you may need to run some SQL commands to populate a database or run some specific commands. You may also want to run these...

Run SQL Files in psql Shell

Tutorial: Access Postgresql Database as Default User

Jan 30, 20212 min read

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...

Tutorial: Access Postgresql Database as Default User