]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add support for PostgreSQL index storage parameters
authorPete Hollobon <phollobon@renshawbay.com>
Wed, 3 Jun 2015 15:55:58 +0000 (16:55 +0100)
committerPete Hollobon <phollobon@renshawbay.com>
Wed, 3 Jun 2015 16:32:12 +0000 (17:32 +0100)
commitdff81500b161cf41ff5d9e77c21a24010e1bd93b
tree44161e757cb78b663c98c9ea084eb647accd245d
parent16a87fe6d954def3143820217adf398d8eda42c9
Add support for PostgreSQL index storage parameters

Add support for specifying PostgreSQL index storage paramters (e.g.
fillfactor).
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py