terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
Allow define a search_path on the database
In this PR I've added a search_path parameter on the postgresql_database resource, which allows to alter the database to set a value for its search path.
It's inspired from what has been done by on the role (the readSearchPath function has been moved in helpers.go as I've re-used it.
Web documentation has been updated as well 🙂
@NitriKx Thanks for your work on that :pray:
Thanks for your feedback @cyrilgdn, will try to do the changes (and rebase) next week 🙂