ecp_postgres_create_database
Creates a Postgres database on your hosting account, automatically applying your account prefix to the database name. Requires an existing database username.
Instructions
Create a Postgres database. db_name gets the account's own prefix applied automatically. db_username must already exist (see ecp_postgres_create_database_user).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes | ||
| db_username | Yes |