0

in a c# npgsql client can I do what the \copy command does (fast load from a csv file). I read that psql \copy invokes COPY FROM STDIN but I dont know how to pipe the data

1 Answer 1

2

I found the answer right here

https://www.npgsql.org/doc/copy.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.