Re: BUG #15440: pg_dump does not preserve quoted identifiers for statement-level trigger transition table names - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15440: pg_dump does not preserve quoted identifiers for statement-level trigger transition table names
Date
Msg-id 6566.1539923701@sss.pgh.pa.us
Whole thread Raw
In response to BUG #15440: pg_dump does not preserve quoted identifiers forstatement-level trigger transition table names  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> If I create a statement-level trigger using quoted identifiers with the new
> transition table feature in pg10 and dump the database with pg_dump, the
> dumped CREATE TRIGGER statements lack quotes on the identifier.

Yup, missing quote_identifier calls in pg_get_triggerdef_worker.
Will fix, thanks for the report!

            regards, tom lane


pgsql-bugs by date:

Previous
From: Amit Langote
Date:
Subject: Re: BUG #15437: Segfault during insert into declarative partitionedtable with a trigger creating partition
Next
From: Alonso Salas
Date:
Subject: How to back up and restore Potsgresql Infobright