BrowsePartitions Parameter (Connect-PostgreSQL Cmdlet)
Determines whether to expose the super table and its associated partitions through metadata.
Syntax
Connect-PostgreSQL -BrowsePartitions bool
Data Type
bool
Default Value
true
Remarks
When BrowsePartitions is set to false, sub-partitions are explicitly hidden during metadata discovery. When this property is set to true, the provider will report information about the super table and its related partitions when returning database metadata.
This property significantly impacts the performance and functionality of servers that operate on version 10 and subsequent releases.