]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add postgresql_tablespace option on Index
authorbeenje <beenje@gmail.org>
Tue, 12 Apr 2016 03:15:35 +0000 (23:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Jun 2016 21:20:41 +0000 (17:20 -0400)
commitef0da7eb66d173a487adbee96311bf4996da0556
treeba87f3817e332b17a9bf958b602bc99a867afe42
parenta8e7bb8782ca8fd858ac036082104b4ac2991cfc
Add postgresql_tablespace option on Index

This complements the same-named parameter
available on Table.

Fixes: #3720
Change-Id: I56e081e2a551f37c3f392ca4b301c9ef82b94e59
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/233
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py