Commit Graph

9 Commits

Author SHA1 Message Date
Sean Chittenden
4919f16cca Use fmt.Fprint() instead of Fprintf(). 2016-12-27 15:50:25 -08:00
Sean Chittenden
9ab60ecc7b Add an Exists function for each resource type. Also add a provider RWMutex.
Some of the checks didn't support concurrent updates.  This should
improve the reliability of the provider.
2016-12-27 15:50:25 -08:00
Sean Chittenden
8c41f0859b Add the version attribute to postgresql_extension. 2016-12-12 14:37:40 -08:00
Sean Chittenden
c602f024f4 Fix the remaining postgresql_extension unit test. 2016-12-12 13:40:49 -08:00
Sean Chittenden
daa951434f Teach postgresql_extension about schemas. 2016-12-12 13:15:57 -08:00
Sean Chittenden
6deb61b0cf Enable import support for PostgreSQL's extensions. 2016-12-12 01:33:02 -08:00
Sam Dunne
5dbd9423cc Update based off review 2016-11-02 14:36:39 +00:00
Sam Dunne
792a6c0232 Remove unused dependency 2016-10-05 09:32:10 +01:00
Sam Dunne
d073a90cb1 Create provisioner for postgresql extensions
This change adds support for installing postgresql extensions on a
postgresql server.
2016-10-04 16:32:28 +01:00