pg_export_table_data
Export PostgreSQL table data to JSON or CSV format by specifying table name, output path, and optional filters. Use with PostgreSQL MCP Server for streamlined database management.
Instructions
Export table data to JSON or CSV format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionString | No | ||
format | No | json | |
limit | No | ||
outputPath | Yes | absolute path to save the exported data | |
tableName | Yes | ||
where | No |