summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-04-14 17:04:26 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-04-14 17:04:26 +0000
commita898ade3bc36ca27cf9475d1348249646eb40e95 (patch)
tree0584a61e8c771c06780301c475d81fe80d88cf19 /lib/sqlalchemy/dialects/postgresql
parentb289fb032ead703eb131ad1b0d0e0dcba8617ca3 (diff)
parentb99012d143e0f61bada9c86f524c421fd41c20c2 (diff)
downloadsqlalchemy-a898ade3bc36ca27cf9475d1348249646eb40e95.tar.gz
Merge "Enable zzzeeksphinx module prefixes"
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/psycopg2.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/psycopg2.py b/lib/sqlalchemy/dialects/postgresql/psycopg2.py
index cf521f06f..89a63fd47 100644
--- a/lib/sqlalchemy/dialects/postgresql/psycopg2.py
+++ b/lib/sqlalchemy/dialects/postgresql/psycopg2.py
@@ -140,6 +140,8 @@ The following DBAPI-specific options are respected when used with
.. versionchanged:: 1.4 The ``max_row_buffer`` size can now be greater than
1000, and the buffer will grow to that size.
+.. _psycopg2_batch_mode:
+
.. _psycopg2_executemany_mode:
Psycopg2 Fast Execution Helpers