Answers:
Answer #1/usr/local/bin/pg_dump mydatabase > mydatabase.pgdump
Answer #2pg_dump -h servername -U username -d dbname > dbname.sql
Previous Question | Next Question |
How to list the number of database? | How to create a PostgreSQL user? |
Previous Question | Next Question |
How to list the number of database? | How to create a PostgreSQL user? |