]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add support for declarative partitioning in PostgreSQL 10
authorVsevolod Solovyov <vsevolod.solovyov@gmail.com>
Thu, 15 Mar 2018 13:00:47 +0000 (09:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 Mar 2018 16:18:09 +0000 (12:18 -0400)
commit0174d698a8ed155b51cc44c503b10bc67b16dfc9
tree22d4870e735e032e9c258dddf2d0d54c23002bbe
parent0fd508ad32a6f94653757a5ae10c1eae14e099fc
Add support for declarative partitioning in PostgreSQL 10

Added support for "PARTITION BY" in Postgresql table definitions,
using "postgresql_partition_by".  Pull request courtesy
Vsevolod Solovyov.

Change-Id: Id74d6882d7193fae1e5fd44b6e12d6852866fcc4
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/430
doc/build/changelog/unreleased_12/pg_partition.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py