ecp_postgres_export_database
Export a Postgres database as a .sql dump text, providing a quick snapshot for backup or migration.
Instructions
Export a Postgres database as a .sql dump (returned as text - large databases will produce a large result, consider ecp_postgres_backup_to_storage_bd instead for anything beyond a quick look).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes |