Closed
Description
Migrated issue, originally created by alsenchenko
Postgresql 10 has introduced new relkind 'p' for a partitioned table.
Sqlalchemy selects 'r' , 'v', 'm', 'f' tables.
Attachments: patch.diff
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
sqlalchemy-bot commentedon Apr 16, 2018
Changes by alsenchenko:
sqlalchemy-bot commentedon Apr 16, 2018
Michael Bayer (@zzzeek) wrote:
please read the bug reporting guidelines and reopen with the correct format, thanks!
sqlalchemy-bot commentedon Apr 16, 2018
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Apr 16, 2018
Michael Bayer (@zzzeek) wrote:
example:
two problems: 1. we aren't getting the partition_by expression and 2. we can't reflect data_values_4_10. We need at least a solution for #1
sqlalchemy-bot commentedon Apr 16, 2018
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Apr 16, 2018
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Apr 16, 2018
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Apr 16, 2018
Changes by Michael Bayer (@zzzeek):
sqlalchemy-bot commentedon Oct 1, 2018
Michael Bayer (@zzzeek) wrote:
https://gerrit.sqlalchemy.org/#/c/zzzeek/sqlalchemy/+/888
sqlalchemy-bot commentedon Oct 2, 2018
Michael Bayer (@zzzeek) wrote:
Add reflection support for Postgresql partitioned tables
Added rudimental support for reflection of Postgresql
partitioned tables, e.g. that relkind='p' is added to reflection
queries that return table information.
Fixes: #4237
Change-Id: I66fd10b002e4ed21ea13b13a7e35a85f66bdea75
→ f1ca155
sqlalchemy-bot commentedon Oct 2, 2018
Changes by Michael Bayer (@zzzeek):
1 remaining item