[Sqlalchemy-tickets] Issue #4237: Couldn't reflect postgres table. PG 10 (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: alsenchenko <iss...@bi...> - 2018-04-16 16:06:14
|
New issue 4237: Couldn't reflect postgres table. PG 10 https://bitbucket.org/zzzeek/sqlalchemy/issues/4237/couldnt-reflect-postgres-table-pg-10 alsenchenko: Postgresql 10 has introduced new relkind 'p' for a partitioned table. Sqlalchemy selects 'r' , 'v', 'm', 'f' tables. |