1 year ago
#333975
Ildar
Is it possible convert Postgres dump to csv?
I have Postgres 12.7 dump file (binary format), 300Gb, for simplicity, contains one table.
I want to read the data without installing a server. It would be nice to read the data by converting to csv format on the fly.
Is it possible to read from the dump in any way, preferably with c# or java?
postgresql
csv
dump
0 Answers
Your Answer