Commit Graph

23 Commits (03f6c650ca9e78fc0d80d430ca1ec2a52c262da4)

Author SHA1 Message Date
pbthorste 11f680a88e remove computed true for postgres connections
9 years ago
pbthorste 0c1175f78b set default postgres connection limit
9 years ago
Sean Chittenden a96f7408dd
Fix a few small grammar nits.
9 years ago
Sean Chittenden 9ab60ecc7b
Add an Exists function for each resource type. Also add a provider RWMutex.
9 years ago
Sean Chittenden 1d60e9ab04
Clean up the description on postgresql_database.owner.
9 years ago
Sean Chittenden e2448473cb
Clean up the DatabaseCreate call.
9 years ago
Sean Chittenden db5d7b0438
Style nit
9 years ago
Sean Chittenden bfc2a2d42f
Commit WIP re: updated postgresql_role provider.
9 years ago
Sean Chittenden 2e529146a5
Remove unused code.
9 years ago
Sean Chittenden 6b540ecb55
Don't use d.GetOk() when the zero value is a required attribute.
9 years ago
Sean Chittenden 37fdc958b3
Always remove the IS_TEMPLATE attribute before dropping a database.
9 years ago
Sean Chittenden e9b2b38288
Remove SetId() call from *Read(), this isn't required for import to work.
9 years ago
Sean Chittenden 5280c37bea
`postgresql_database` resource provider should now be feature complete.
9 years ago
Sean Chittenden 3779dfffa9
Use a string instead of the `%t` modifier for printing a bool in SQL
9 years ago
Sean Chittenden 5b66bf0745
ForceNew is required when changing the locale, ctype, and encoding.
9 years ago
Sean Chittenden 547dcf27e1
Decorate the computed attribute where appropriate
9 years ago
Sean Chittenden 242405bdf1
Factor out the validate function for connection limits
9 years ago
Sean Chittenden 02dea2edd9
Add missing descriptions to owner and name
9 years ago
Sean Chittenden f3add9e7ef
Flesh out the CREATE DATABASE for PostgreSQL.
9 years ago
James Nugent 44af0d60df provider/postgres: Fix acceptance tests
10 years ago
James Nugent 34a17d3b46 provider/postgres: Correct casing -> PostgreSQL
10 years ago
James Nugent 260179543a provider/postgres: Clean up definitions and errors
10 years ago
Adrian Chelaru e1eef15646 postgresql provider with "database" and "role" resources
10 years ago