salt.states.postgres_database

Management of PostgreSQL databases (schemas).

The postgres_database module is used to create and manage Postgres databases. Databases can be set as either absent or present

frank:
  postgres_database.present

Members

absent

salt.states.postgres_database.absent(name)

Ensure that the named database is absent

name
The name of the database to remove

present

salt.states.postgres_database.present(name)

Ensure that the named database is present with the specified properties

name
The name of the database to manage

Parent topic

Table Of Contents

Previous topic

salt.states.pkg

Next topic

salt.states.rvm