summaryrefslogtreecommitdiff
path: root/databases/postgresql16-server
diff options
context:
space:
mode:
authorMichael Osipov <michaelo@FreeBSD.org>2025-01-17 10:55:05 +0100
committerMichael Osipov <michaelo@FreeBSD.org>2025-01-20 13:14:02 +0100
commit0eb165a891385d618004882fe24568bc04fac4fc (patch)
tree6286f6e7752a278f71fbc9b8c16858c50f57bbff /databases/postgresql16-server
parentarchivers/zim-tools: Actually connect it to the build (diff)
databases/postgresql1{3,4,5,6,7}-client: Recommend py-psycopg over py-psycopg2
Upstream Python package maintainers recommend using the psycopg 3.x over psycopg2 for new projects since the latter is in maintenance mode only. Approved by: girgen (pgsql) Differential Revision: https://reviews.freebsd.org/D48493
Diffstat (limited to 'databases/postgresql16-server')
-rw-r--r--databases/postgresql16-server/files/pkg-message-client.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql16-server/files/pkg-message-client.in b/databases/postgresql16-server/files/pkg-message-client.in
index 8cc91d484fcb..bb0ecefef696 100644
--- a/databases/postgresql16-server/files/pkg-message-client.in
+++ b/databases/postgresql16-server/files/pkg-message-client.in
@@ -20,7 +20,7 @@ postgresql-odbc
method. Not needed to access unix PostgreSQL servers from Win32
using ODBC. See below.
-ruby-postgres, py-psycopg2
+ruby-postgres, py-psycopg
For client access to PostgreSQL databases using the ruby & python
languages.