From a349447b7db45a3d5f08bc79eca225cec42b75d1 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 30 May 2023 22:23:14 +0200 Subject: [PATCH] remove outdated docs section from psycopg dialect Fixes: #9858 Change-Id: I2348e5508714fb7cf9a509eaa57b9e011c72965b --- lib/sqlalchemy/dialects/postgresql/psycopg.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg.py b/lib/sqlalchemy/dialects/postgresql/psycopg.py index 3f11556cf5..d6bd426191 100644 --- a/lib/sqlalchemy/dialects/postgresql/psycopg.py +++ b/lib/sqlalchemy/dialects/postgresql/psycopg.py @@ -44,12 +44,6 @@ The asyncio version of the dialect may also be specified explicitly using the from sqlalchemy.ext.asyncio import create_async_engine asyncio_engine = create_async_engine("postgresql+psycopg_async://scott:tiger@localhost/test") -The ``psycopg`` dialect has the same API features as that of ``psycopg2``, -with the exception of the "fast executemany" helpers. The "fast executemany" -helpers are expected to be generalized and ported to ``psycopg`` before the final -release of SQLAlchemy 2.0, however. - - .. seealso:: :ref:`postgresql_psycopg2` - The SQLAlchemy ``psycopg`` -- 2.47.3