Commit Graph

22 Commits (03f6c650ca9e78fc0d80d430ca1ec2a52c262da4)

Author SHA1 Message Date
Sean Chittenden a96f7408dd
Fix a few small grammar nits.
9 years ago
Sean Chittenden f2f495413e
Add a link in the `postgresql_database` pointing to postgresql.org
9 years ago
Sean Chittenden 73be4bc21f
Remove old docs. Update docs and code to support the PUBLIC role.
9 years ago
Sean Chittenden 897609878f
Automatically perform a `REASSIGN OWNED` and `DROP OWNED BY` when
9 years ago
Sean Chittenden ebc81727da
Add the postgresql_schema_policy resource. This is a WIP due to
9 years ago
Sean Chittenden de6dcbd8cd
Add the `owner` attribute to the `postgresql_schema` resource.
9 years ago
Sean Chittenden 56a193f228
Dept of second thoughts: remove authorization support before 0.8
9 years ago
Sean Chittenden 201d9b9dfd
Fix the description for the postgresql_role.
9 years ago
Sean Chittenden d1c9ebb6c2
Add PostgreSQL schema support
9 years ago
Sean Chittenden e9dc92c18d
Change the default for `inherit` from `false` to `true` to match PostgreSQL.
9 years ago
Sean Chittenden bfc2a2d42f
Commit WIP re: updated postgresql_role provider.
9 years ago
Sean Chittenden 5280c37bea
`postgresql_database` resource provider should now be feature complete.
9 years ago
Sean Chittenden 300ef2bc97
Add `connect_timeout` support to the PostgreSQL provider.
9 years ago
Sean Chittenden 3750bf7af2
Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`.
9 years ago
Sean Chittenden a200899d93
Allow the PostgreSQL provider to talk to a non-default database.
9 years ago
Alexander Kyxap f993f0e70e Added 'connect_timeout' argument to provider 'postgresql' (#10380)
9 years ago
Anthony Stanton cb3cc5a38f Fix postgres_extension docs (#10011)
9 years ago
Sam Dunne d073a90cb1
Create provisioner for postgresql extensions
10 years ago
Martin Atkins 220d73f32c provider/postgresql: default ssl_mode is "prefer"
10 years ago
Xavier Sellier fc9825e4c4 - Add support for 'ssl_mode' options present in lib/pq
10 years ago
Pablo Porto b3ecf8eb73 Fix missing double quotes in postgresql_database resource
10 years ago
Adrian Chelaru e1eef15646 postgresql provider with "database" and "role" resources
10 years ago