]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove outdated docs section from psycopg dialect
authorFederico Caselli <cfederico87@gmail.com>
Tue, 30 May 2023 20:23:14 +0000 (22:23 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 30 May 2023 20:23:14 +0000 (22:23 +0200)
Fixes: #9858
Change-Id: I2348e5508714fb7cf9a509eaa57b9e011c72965b

lib/sqlalchemy/dialects/postgresql/psycopg.py

index 3f11556cf542d1f7fd80b71f7a351afc055aa358..d6bd4261915c46c92f88a4c83927daead731ed9c 100644 (file)
@@ -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``