BUG #16912: pg_dump 11 does not respect --quote-all-identifiers within function bodies

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: brandon(dot)m(dot)simmons(at)gmail(dot)com
Subject: BUG #16912: pg_dump 11 does not respect --quote-all-identifiers within function bodies
Date: 2021-03-03 23:39:11
Message-ID: 16912-32693c592e24e8e8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16912
Logged by: Brandon Simmons
Email address: brandon(dot)m(dot)simmons(at)gmail(dot)com
PostgreSQL version: 11.11
Operating system: Linux
Description:

I'm using regex to rewrite identifiers in a SQL dump and rely on the
double-quotes.
Within plpgsql `CREATE FUNCTION` statements in the resulting dump,
identifiers are not quoted as I would expect.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-03-04 04:13:59 BUG #16913: GENERATED AS IDENTITY column nullability is affected by order of column properties
Previous Message Evgeny Morozov 2021-03-03 21:36:01 Re: BUG #16911: "permission denied" error deleting rows as superuser from a table owned by a non-superuser