FetchResultSetMetadata Parameter (Connect-PostgreSQL Cmdlet)
This property determines whether the provider retrieves metadata related to the schema and table names for result set columns returned by the server.
Syntax
Connect-PostgreSQL -FetchResultSetMetadata SwitchParameter
Data Type
bool
Default Value
false
Remarks
By default, the cmdlet does not request detailed information about result set columns, such as the table name or schema name, from the server. Obtaining this information requires additional metadata queries through the cmdlet, which can affect query performance in certain scenarios.
When FetchResultSetMetadata is set to true, the cmdlet will execute additional metadata queries to return detailed descriptive information for the result set columns.