nguyen1tech
nguyen1tech
Hi, In our PG database, there are a lot of views and it is hard to manage them. We're thinking if we can use Terraform to manage all the views...
Thank you for sharing these best practices! In our projects, we usually define a set of custom exceptions. These are mostly translated into unified error responses. Eg: ```python # exceptions.py...
This PR adds support for views in the provider. Features: - Manages Postgres views: create/update/delete. - Supports all view's options: check_option, security_barrier, security_invoker. _Notes_: This PR is only for regular...