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

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, phb(dot)emaj(at)free(dot)fr, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18923: pg_dump 18beta1 fails to process complex table names
Date: 2025-05-15 19:03:11
Message-ID: CADkLM=cXU-D5THyW2k1bfuQtb0XVBip7WVa88aFY_FH5jv58oQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>
>
> My first instinct is that we need to build the array with appendPGArray()
> and then append it to the query using appendStringLiteralAH(), as done in
> the attached patch.
>

This patch looks good to me, though I'm wondering if we should add a test
case.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-05-15 19:03:21 Re: BUG #18923: pg_dump 18beta1 fails to process complex table names
Previous Message Nathan Bossart 2025-05-15 18:12:41 Re: BUG #18923: pg_dump 18beta1 fails to process complex table names