-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Description
Hello, and thanks for this great terraform provider ❤
Since PostgreSQL v15, PostgreSQL supports creating a replication slot for all tables in a given schema. https://www.postgresql.org/docs/15/sql-createpublication.html
Yet the postgresql_publication resource does not have a "in schema" argument, and the provider code does not seem to be able to generate ALL TABLES IN SCHEMA
statements:
func getTablesForPublication(d *schema.ResourceData) (string, error) { |
Could you add this option? 🙏
Metadata
Metadata
Assignees
Labels
No labels