lidavidm commented on issue #1339: URL: https://github.com/apache/arrow-adbc/issues/1339#issuecomment-1864785380
In Postgres, you can only access the database (catalog) you're connected to. > A client connection to the server can only access data in a single database, the one specified in the connection request. (https://www.postgresql.org/docs/current/ddl-schemas.html) However we should support catalogs properly. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
