[Sqlalchemy-tickets] Issue #3587: inspect.get_view_defintion(postgresql_materialized_view) returns
Brought to you by:
zzzeek
|
From: Jeff W. <iss...@bi...> - 2015-11-16 23:34:25
|
New issue 3587: inspect.get_view_defintion(postgresql_materialized_view) returns None https://bitbucket.org/zzzeek/sqlalchemy/issues/3587/inspectget_view_defintion Jeff Widman: PostgreSQL database with a couple of materialized views: Calling inspect.get_view_names() correctly returns the names of the materialized views. But when I call inspect.get_view_definition() against any of those views it returns None rather than the table definition. |