]> granicus.if.org Git - postgresql/commit
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Oct 2018 04:50:16 +0000 (00:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Oct 2018 04:50:16 +0000 (00:50 -0400)
commit350410be459ccda7eeeea35b56b5f2d24391f90c
tree518f55ddaf226f8e81f8bf380740d37944bf2938
parent197e4af9d5da180190a0f2be851b095dba57d9cd
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.

Mixed-case names for transition tables weren't dumped correctly.
Oversight in commit 8c48375e5, per bug #15440 from Karl Czajkowski.

In passing, I couldn't resist a bit of code beautification.

Back-patch to v10 where this was introduced.

Discussion: https://postgr.es/m/15440-02d1468e94d63d76@postgresql.org
src/backend/utils/adt/ruleutils.c