Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: akshay(dot)joshi(at)enterprisedb(dot)com
Cc: zsolt(dot)parragi(at)percona(dot)com, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Date: 2026-06-23 06:15:57
Message-ID: 20260623.151557.652907333938680727.horikyota.ntt@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Mon, 15 Jun 2026 14:25:06 +0530, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> wrote in
> Hi Kyotaro and Zsolt,
>
> I have incorporated the feedback provided by both of you.
> The v6 patch is updated and ready for your review.
>
> On Fri, Jun 12, 2026 at 6:40 AM Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
> wrote:
> >
> > I have not looked at the patch in detail, but I noticed that some
> > comments in the patch seem to contain non-ASCII characters.

Thanks for the update.

That issue appears to be resolved in this version.

Regards,
--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message wenhui qiu 2026-06-23 06:16:52 Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases
Previous Message Christophe Pettus 2026-06-23 06:15:33 Re: The PostgreSQL C Dialect