I'm looking for a way to get all rows as INSERT
statements from one specific table within a database using pg_dump
in PostgreSQL.
E.g., I have table A and all rows in table A I need as INSERT
statements, it should also dump those statements to a file.
Is this possible?