summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/base.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-01-19 14:12:19 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-01-19 14:43:13 -0500
commit42027de3fce1d4ce2e3a684c59ee87f440b51ae8 (patch)
treea0c80ae88f31c46dea8aa81243a9cb26c9d6ee97 /lib/sqlalchemy/dialects/postgresql/base.py
parent17b85b34454e8fef5400f910ca1eaa3462e9b3c6 (diff)
downloadsqlalchemy-42027de3fce1d4ce2e3a684c59ee87f440b51ae8.tar.gz
Improve server-side Sequence documentation
Include the metadata argument for the Sequence and explain the rationale. Correct inconsistencies between Core / ORM examples and update language regarding client side vs. server side Sequence directive. Co-authored-by: Stéphane Raimbault <stephane.raimbault@gmail.com> Change-Id: I65c522acf9bdf25041a5baf2e10be41f0927999a Pull-request: https://github.com/zzzeek/sqlalchemy/pull/341
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py
index 44e12f1ca..fd25058a2 100644
--- a/lib/sqlalchemy/dialects/postgresql/base.py
+++ b/lib/sqlalchemy/dialects/postgresql/base.py
@@ -9,6 +9,7 @@ r"""
.. dialect:: postgresql
:name: PostgreSQL
+.. _postgresql_sequences:
Sequences/SERIAL
----------------