Re: pg_get_*_ddl() needs a redesign

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Noah Misch <noah(at)leadboat(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, gonzalemario(at)gmail(dot)com, dbryan(dot)green(at)gmail(dot)com, euler(at)eulerto(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_get_*_ddl() needs a redesign
Date: 2026-09-09 18:05:57
Message-ID: aqGgBUiOy8tGMDOd@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 09, 2026 at 01:34:59PM -0400, Tom Lane wrote:
> [...] (such as refactoring pg_dump to expose its internal logic in some
> way).

Over the years, I've encountered a few cases where a pg_dump library
would be rather handy. That's probably a huge and difficult project,
though.

--
nathan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Antonin Houska 2026-09-09 18:08:11 Re: Race conditions in logical decoding
Previous Message Noah Misch 2026-09-09 18:02:38 Re: CREATE SCHEMA ... CREATE DOMAIN support