postgres-copy
postgres-copy copied to clipboard
Any support for tab delimited files (COPY FROM)?
I'm marking this as an enhancement. It's not a hard change, if anyone would like to send a pull request this is possibly an easy one.
There is already an option called format that defaults to :csv and accepts :binary.
There could be a :tsv option that would actually use PostgreSQL default copy format.