cyrilgdn / terraform-provider-postgresql

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

fix: quote table name in postgresql_publication #402

Closed jerome-quere closed 4 months ago

jerome-quere commented 5 months ago

This PR add proper escaping of postgresql_publication tables

Should fix #347