]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update links in SQLAlchemy docs that point to postgres docs to use 'devel' rather...
authorJeff Widman <jeff@jeffwidman.com>
Wed, 4 Nov 2015 19:59:28 +0000 (19:59 +0000)
committerJeff Widman <jeff@jeffwidman.com>
Wed, 4 Nov 2015 19:59:28 +0000 (19:59 +0000)
lib/sqlalchemy/dialects/postgresql/base.py

index ec12e11451441a9a6fb0e2aaa6b7643041f05afa..bf3c9a75a941d41c6e8f40da71425c4ca264fca4 100644 (file)
@@ -102,7 +102,7 @@ via foreign key constraint, a decision must be made as to how the ``.schema``
 is represented in those remote tables, in the case where that remote
 schema name is also a member of the current
 `Postgresql search path
-<http://www.postgresql.org/docs/9.0/static/ddl-schemas.html#DDL-SCHEMAS-PATH>`_.
+<http://www.postgresql.org/docs/devel/static/ddl-schemas.html#DDL-SCHEMAS-PATH>`_.
 
 By default, the Postgresql dialect mimics the behavior encouraged by
 Postgresql's own ``pg_get_constraintdef()`` builtin procedure.  This function
@@ -506,7 +506,7 @@ dialect in conjunction with the :class:`.Table` construct:
 .. seealso::
 
     `Postgresql CREATE TABLE options
-    <http://www.postgresql.org/docs/9.3/static/sql-createtable.html>`_
+    <http://www.postgresql.org/docs/devel/static/sql-createtable.html>`_
 
 ARRAY Types
 -----------