How to Export and Import Postgresql Database | How to Export and Import Databases in Postgresql
Channel:
Subscribers:
10,600
Published on ● Video Link: https://www.youtube.com/watch?v=ijB_YZNrv4E
How to Export and Import Postgresql Database
How to Export and Import Databases in Postgresql
Import
psql -h localhost -U postgres -W -d demo less than arrow mybackup.sql
Export
pg_dump -h localhost -U postgres -W -d postgres greater than arrow mybackup.sql
Other Videos By Technical Rajni
Tags:
How to Export and Import Databases in Postgresql
postgresql
database
postgres
how to import csv file data into a postgresql table?
export postgresql table to csv file using pgadmin
postgressql
what is postgres
postgresql tutorial for beginners
pgadmin
history of postgresql
export postgresql table to csv file
How do I import a Postgres database
Import and Export Data in PostgreSQL Database
PostgreSQL Backup Single Database
Backup and Restore Database in Postgres