ecp_postgres_browse_rows
Browse rows in a Postgres table using an owned account's credentials. Filter, sort, and paginate to inspect the data.
Instructions
Browse rows in a table. Connects as the given db_username/password, which must be a user this account owns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| db_name | Yes | ||
| filters | No | ||
| password | Yes | ||
| page_size | No | ||
| table_name | Yes | ||
| db_username | Yes | ||
| sort_column | No | ||
| sort_direction | No |