terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
Add support for using FOR TABLES IN SCHEMA to publications
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!