cyrilgdn / terraform-provider-postgresql

Terraform PostgreSQL provider
https://www.terraform.io/docs/providers/postgresql/
Mozilla Public License 2.0
356 stars 181 forks source link

Add support for using FOR TABLES IN SCHEMA to publications #376

Open rjobanp opened 7 months ago

rjobanp commented 7 months ago

This adds support to allow specifying schemas whose tables should be included in publications using the FOR TABLES IN SCHEMA publication_object: https://www.postgresql.org/docs/current/sql-createpublication.html#SQL-CREATEPUBLICATION-FOR-TABLES-IN-SCHEMA

Thanks!