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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Cc: Rui Zhao <zhaorui126(at)gmail(dot)com>, Zsolt Parragi <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-07-09 08:53:54
Message-ID: CANxoLDfhDaXvJs687yS+=eh0pmHXw5WqNuZd=oGCabr3Sw+f_w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fixed the documentation. v19 patch is now ready for review.

On Wed, Jul 8, 2026 at 7:29 PM Marcos Pegoraro <marcos(at)f10(dot)com(dot)br> wrote:

> Em qua., 8 de jul. de 2026 às 08:56, Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> escreveu:
> The v18 patch is now ready for your review.
>
> On SGML part, schema_qualified is a param which comes before only_kinds.
> But the <para> explaining schema_qualified is the latest to be explained,
> why ?
> Shouldn't it be placed right after tablespace ?
>
> regards
> Marcos
>

Attachment Content-Type Size
v19-0001-Add-pg_get_table_ddl-to-reconstruct-CREATE-TABLE.patch application/octet-stream 249.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Previous Message vignesh C 2026-07-09 08:41:32 Re: Include sequences in publications created by pg_createsubscriber