Answers for "taking backup of postgresql table"

2

backup postgres database

pg_dump -h localhost -U postgres -W -d mydb > mydb.sql
Posted by: Guest on July-07-2021

Browse Popular Code Answers by Language