MCP Server for PostgreSQL

Build 25.0.9440

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 server 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 server, which can affect query performance in certain scenarios.

When FetchResultSetMetadata is set to true, the server 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.9440