terraform/builtin/providers/postgresql
Sean Chittenden 73be4bc21f
Remove old docs. Update docs and code to support the PUBLIC role.
2016-12-26 07:00:03 -08:00
..
GNUmakefile Add a small note re: needing `-test.parallel=1` when running PG tests. 2016-12-25 06:13:33 -08:00
config.go Return an empty string if no value was provided. 2016-12-25 15:26:54 -08:00
helpers.go Fix up helpers. 2016-12-12 14:30:25 -08:00
provider.go Update the postgresql_schema resource to accept policies. 2016-12-25 06:13:33 -08:00
provider_test.go Remove the PGPASSWORD requirement for tests. 2016-12-10 12:32:17 +11:00
resource_postgresql_database.go Clean up the description on postgresql_database.owner. 2016-12-25 06:13:32 -08:00
resource_postgresql_database_test.go gofmt cleanup on imports. 2016-12-12 15:21:20 -08:00
resource_postgresql_extension.go Add the version attribute to postgresql_extension. 2016-12-12 14:37:40 -08:00
resource_postgresql_extension_test.go Add the version attribute to postgresql_extension. 2016-12-12 14:37:40 -08:00
resource_postgresql_role.go Automatically perform a `REASSIGN OWNED` and `DROP OWNED BY` when 2016-12-25 06:13:33 -08:00
resource_postgresql_role_test.go Automatically perform a `REASSIGN OWNED` and `DROP OWNED BY` when 2016-12-25 06:13:33 -08:00
resource_postgresql_schema.go Remove old docs. Update docs and code to support the PUBLIC role. 2016-12-26 07:00:03 -08:00
resource_postgresql_schema_test.go Before revoking a privilege from a schema, check to ensure role exists. 2016-12-25 06:13:34 -08:00