lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
8.86k stars 908 forks source link

Usage of COPY TO STDOUT WITH CSV #1144

Open gosom opened 7 months ago

gosom commented 7 months ago

Hello,

I would like to execute something like that:

COPY (SELECT * FROM table) TO STDOUT WITH CSV

Are you aware if/how can we capture the stdout?