Answers for "pg_dump export single table"

0

pg_dump export single table

pg_dump --host localhost --port 5432 --username postgres --format plain --verbose --file "<abstract_file_path>" --table public.tablename dbname
Posted by: Guest on September-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language