From: Jeff Widman Date: Thu, 5 Nov 2015 23:34:27 +0000 (+0000) Subject: Updated PostgreSQL links to point to "current" rather than hardcoded version X-Git-Tag: rel_1_1_0b1~84^2~70^2~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2e83dbd2aa14de19a309ad13144151b56804674;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Updated PostgreSQL links to point to "current" rather than hardcoded version --- diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index bf3c9a75a9..abc1b65d9d 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -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 -`_. +`_. 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 - `_ + `_ ARRAY Types -----------