PG Bug reporting form <noreply@postgresql.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