Answers for "psql backup table to file"

0

psql backup table to file

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

Browse Popular Code Answers by Language