Re: BUG #18923: pg_dump 18beta1 fails to process complex table names

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: phb(dot)emaj(at)free(dot)fr
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18923: pg_dump 18beta1 fails to process complex table names
Date: 2025-05-12 13:51:39
Message-ID: 37115.1747057899@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> I have just run the E-Maj project regression test suite with PG18 beta1 and
> found a pg_dump abort when trying to dump a schema prefixed table having a
> complex name including single quote, double quote and space.

Thanks for the report! Looks like fetchAttributeStats() is completely
misguided about the appropriate quoting rules for array elements.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message arpana.thapa@agilent.com 2025-05-12 14:24:19 Error while installing Postgres
Previous Message David G. Johnston 2025-05-12 12:36:11 Re: BUG #18924: The "ERROR: integer out of range" should be more detailed