zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.37k stars 980 forks source link

quote schema names in case they use special characters #2782

Closed FxKu closed 1 month ago

FxKu commented 1 month ago

fixes error: syntax error at or near "-"', 'could not set custom user "dbname_schema-with-dashes_owner" parameters

addresses #2745

FxKu commented 1 month ago

:+1:

idanovinda commented 1 month ago

👍