IncludeTableTypes Parameter (Connect-PostgreSQL Cmdlet)
When this property is set to true, the provider will query the types of individual tables and views available in the database.
Syntax
Connect-PostgreSQL -IncludeTableTypes SwitchParameter
Data Type
bool
Default Value
false
Remarks
When IncludeTableTypes is set to false, it indicates that MATERIALIZED VIEW will be treated as a VIEW, PARTITION as a TABLE, and FOREIGN TABLE as a TABLE. Therefore, IncludeTableTypes provides a more detailed way to describe both tables and views.