]> 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)
commit06292bb949e555f34edde7603237194a7daac942
tree796f7396c8fd56cc1febd4bb15d8ff78f65dce2d
parentd1e869d1ef1c7a7665721fadf0140dad49151ca9
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