You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/05/23 20:32:46 UTC

[GitHub] [arrow-adbc] lidavidm opened a new issue, #701: c/driver/postgresql: infer schema by using a prepared statement

lidavidm opened a new issue, #701:
URL: https://github.com/apache/arrow-adbc/issues/701

   Would this have an impact on performance or server resources?
   
   [pqDescribePrepared](https://www.postgresql.org/docs/current/libpq-exec.html#LIBPQ-PQDESCRIBEPREPARED) gives you the columns of the result schema. That lets us infer the schema without the current `SELECT (*) LIMIT 0` hack, which breaks down for things that aren't SELECTs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] lidavidm closed issue #701: c/driver/postgresql: infer schema by using a prepared statement

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #701: c/driver/postgresql: infer schema by using a prepared statement
URL: https://github.com/apache/arrow-adbc/issues/701


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] lidavidm commented on issue #701: c/driver/postgresql: infer schema by using a prepared statement

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #701:
URL: https://github.com/apache/arrow-adbc/issues/701#issuecomment-1561199318

   I will probably do this first since the C++ equivalent of #700 would get much easier with this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org