Skip to content

Home > extract-pg-schema > MaterializedViewDetails > fakeInformationSchemaValue

MaterializedViewDetails.fakeInformationSchemaValue property

The Postgres information_schema views do not contain info about materialized views. This value is the result of a query that matches the one for regular views. Use with caution, not all fields are guaranteed to be meaningful and/or accurate.

Signature:

typescript
fakeInformationSchemaValue: InformationSchemaView;