inspect.get_view_defintion(postgresql_materialized_view) returns None

Issue #3587 resolved
Jeff Widman created an issue

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.

Comments (2)

  1. Log in to comment