This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 9aabb3d91 docs: update compatible versions for postgres driver (#4199)
9aabb3d91 is described below
commit 9aabb3d91fc02e4412ea7f55797af0235592d21c
Author: Bryce Mecum <[email protected]>
AuthorDate: Wed Apr 8 16:37:05 2026 -0700
docs: update compatible versions for postgres driver (#4199)
As of 253cf51be, the driver is tested against 14-18 and I think this bit
of documentation needed to be updated.
---
docs/source/driver/postgresql.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/driver/postgresql.rst
b/docs/source/driver/postgresql.rst
index 229dedb98..5bed9e269 100644
--- a/docs/source/driver/postgresql.rst
+++ b/docs/source/driver/postgresql.rst
@@ -318,4 +318,4 @@ For Python wheels, the shipped version of the PostgreSQL
client libraries is
16.9. For conda-forge packages, the version of libpq is the same as the
version of libpq in your Conda environment.
-The PostgreSQL driver is tested against PostgreSQL versions 11 through 16.
+The PostgreSQL driver is tested against PostgreSQL versions 14 through 18.