diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-26 14:44:50 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-26 14:44:50 -0400 |
commit | f44a4b6437eb3d4340c6c0fa790bc4fa885085ea (patch) | |
tree | c4ed54182b19bbb3cfd9f3f503685a2925e2a5b5 /lib/sqlalchemy/dialects/postgresql/base.py | |
parent | 8e84942aa6fa2644b3fe6407c79449715a7e2c8c (diff) | |
download | sqlalchemy-f44a4b6437eb3d4340c6c0fa790bc4fa885085ea.tar.gz |
- updates to migration / changelog for 1.0
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 39de0cf92..f1418f903 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -417,7 +417,7 @@ of :class:`.PGInspector`, which offers additional methods:: .. autoclass:: PGInspector :members: -.. postgresql_table_options: +.. _postgresql_table_options: PostgreSQL Table Options ------------------------- |