GitHub user lidavidm edited a comment on the discussion: Getting results from 
`SHOW` queries in Python + PostgreSQL

There is an option indeed: 
https://arrow.apache.org/adbc/current/python/api/adbc_driver_postgresql.html#adbc_driver_postgresql.StatementOptions.USE_COPY

I think I need to:
- Update the documentation to highlight this
- Add a 
[recipe](https://arrow.apache.org/adbc/current/python/recipe/postgresql.html) 
to demonstrate it
- Possibly detect this and either retry the query without COPY or add to the 
error message to explain this

For future reference: the docs are being updated by 
https://github.com/apache/arrow-adbc/pull/2859

GitHub link: 
https://github.com/apache/arrow-adbc/discussions/2857#discussioncomment-13262753

----
This is an automatically sent email for user@arrow.apache.org.
To unsubscribe, please send an email to: user-unsubscr...@arrow.apache.org

Reply via email to