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

Add support for using FOR TABLES IN SCHEMA to publications

Open rjobanp opened this issue 2 years ago • 0 comments

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!

rjobanp avatar Nov 29 '23 22:11 rjobanp