Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements
Date
Msg-id 20260623.151557.652907333938680727.horikyota.ntt@gmail.com
Whole thread
List pgsql-hackers
At Mon, 15 Jun 2026 14:25:06 +0530, Akshay Joshi <akshay.joshi@enterprisedb.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.ntt@gmail.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

pgsql-hackers by date:

Previous
From: Christophe Pettus
Date:
Subject: Re: The PostgreSQL C Dialect
Next
From: wenhui qiu
Date:
Subject: Re: Reduce LEFT/FULL JOIN to ANTI JOIN in more cases