terraform/website/source/docs/providers/postgresql/r
Sean Chittenden 897609878f
Automatically perform a `REASSIGN OWNED` and `DROP OWNED BY` when
removing a PostgreSQL role.

Add manual overrides if this isn't the desired behavior, but it should
universally be the desired outcome except when a ROLE name is reused
across multiple databases in the same PostgreSQL cluster, in which case
the `skip_drop_role` is necessary for all but the last PostgreSQL
provider.
2016-12-25 06:13:33 -08:00
..
postgresql_database.html.markdown Commit WIP re: updated postgresql_role provider. 2016-12-10 12:32:20 +11:00
postgresql_extension.html.markdown Fix postgres_extension docs (#10011) 2016-11-10 11:54:56 +00:00
postgresql_role.html.markdown Automatically perform a `REASSIGN OWNED` and `DROP OWNED BY` when 2016-12-25 06:13:33 -08:00
postgresql_schema.html.markdown Add the `owner` attribute to the `postgresql_schema` resource. 2016-12-25 06:13:32 -08:00
postgresql_schema_policy.html.markdown Add the postgresql_schema_policy resource. This is a WIP due to 2016-12-25 06:13:33 -08:00