David Fetter

Results 53 comments of David Fetter

Would it make sense to send it to `stderr` instead of `stdout`?

I've gotten around this via `git` tricks with telling its diff to ignore whitespace-only changes. Having something that didn't automagically require these tricks would be nice.

What you're thinking of as `\import` (along with the corresponding `\export`) is the `\copy` functionality, as far as said functionality actually goes.

Then perhaps this one's best closed out so people don't think it's still a live issue.

> For such huge files, I'd recommend using native PostgreSQL tools, which should have better performance anyway. PostgreSQL supports copying from CSV files: > > ```sql > COPY update_pkvalue FROM...

Happy to help! For what it's worth, this is saving me a lot of time for a thing I'm doing at my work, so what I'm doing is somewhat self-serving...