Answers for "setup postgresql to be access from another host"

2

how to access remote pstgres

psql -U postgres DATABASE_NAME < backup.sql
Posted by: Guest on August-11-2020
1

how to access remote pstgres

pg_dump -U postgres DATABASE_NAME > backup.sql
Posted by: Guest on August-11-2020

Code answers related to "setup postgresql to be access from another host"

Browse Popular Code Answers by Language