execute_maintenance
Execute SQL maintenance operations like DROP, TRUNCATE, ALTER, VACUUM, and REINDEX only when POSTGRES_ENABLE_MAINTENANCE is true. Keeps destructive commands gated until explicitly enabled.
Instructions
Ejecuta mantenimiento SQL solo si POSTGRES_ENABLE_MAINTENANCE=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | Sentencia DROP/TRUNCATE/ALTER/CREATE/VACUUM/ANALYZE/REINDEX/GRANT/REVOKE |