terraform-provider-postgresql icon indicating copy to clipboard operation
terraform-provider-postgresql copied to clipboard

Allow define a search_path on the database

Open NitriKx opened this issue 1 year ago • 5 comments

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 avatar Feb 02 '24 09:02 NitriKx

@NitriKx Thanks for your work on that :pray:

cyrilgdn avatar Feb 24 '24 16:02 cyrilgdn

Thanks for your feedback @cyrilgdn, will try to do the changes (and rebase) next week 🙂

NitriKx avatar Mar 08 '24 12:03 NitriKx