Overview

The Postgres SQL tool allows you to execute SQL queries on a Postgres database. It provides a simple interface to interact with your database and retrieve data efficiently.

Features

  • Execute SQL Queries: Run any SQL query on your Postgres database.
  • Row Limit: Specify the number of rows to return, with a default limit of 100 rows.
  • Result Display: View query results in a structured table format.

Usage

To use the Postgres SQL tool, ensure you have the required integration with your Postgres database. You can then execute queries and view results directly within the interface.

Tool Metadata

  • Name: postgres_sql
  • Display Name: Postgres SQL
  • Description: Execute a SQL query on Postgres
  • Required Integration: Postgres