Power BI Connector for PostgreSQL

Build 25.0.9454

FetchResultSetMetadata

This property determines whether the provider retrieves metadata related to the schema and table names for result set columns returned by the server.

Data Type

bool

Default Value

false

Remarks

By default, the connector 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 connector, which can affect query performance in certain scenarios.

When FetchResultSetMetadata is set to true, the connector will execute additional metadata queries to return detailed descriptive information for the result set columns.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454