Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres backup of table

pg_dump --host localhost --port 5432 --username postgres --format plain --verbose --file "<abstract_file_path>" --table public.tablename dbname
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #postgres #backup #table
ADD COMMENT
Topic
Name
5+8 =