IgnoredSchemas Parameter (Connect-PostgreSQL Cmdlet)
A visibility restriction filter used to hide schemas from a list that is obtained by querying metadata, such as information_schema and pg_catalog. It's important to remember that schema names are case-sensitive.
Syntax
Connect-PostgreSQL -IgnoredSchemas string
Data Type
cstr
Default Value
""
Remarks
By default, there are no restrictions in place. When the parameter BrowsableSchemas is specified, this property becomes inactive, indicating it will not impose any limitations or controls on the associated elements.