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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: karlcz(at)isi(dot)edu
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15440: pg_dump does not preserve quoted identifiers for statement-level trigger transition table names
Date: 2018-10-19 04:35:01
Message-ID: 6566.1539923701@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?utf-8?q?PG_Bug_reporting_form?= <noreply(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alonso Salas 2018-10-19 04:59:08 How to back up and restore Potsgresql Infobright
Previous Message Amit Langote 2018-10-19 03:45:33 Re: BUG #15437: Segfault during insert into declarative partitioned table with a trigger creating partition