IgnoredSchemas Parameter (Connect-PostgreSQL Cmdlet)
Visibility restriction filter which is used to hide schemas from the list of schemas obtained by querying metadata. For example, 'information_schema, pg_catalog'. Schema names are case sensitive.
Syntax
Connect-PostgreSQL -IgnoredSchemas string
Data Type
cstr
Default Value
""
Remarks
By default, restrictions are not applied.