Użyj --table
powiedzieć pg_dump
jaką tabelę ma wykonać kopię zapasową:
pg_dump --host localhost --port 5432 --username postgres --format plain --verbose --file "<abstract_file_path>" --table public.tablename dbname
Użyj --table
powiedzieć pg_dump
jaką tabelę ma wykonać kopię zapasową:
pg_dump --host localhost --port 5432 --username postgres --format plain --verbose --file "<abstract_file_path>" --table public.tablename dbname