Re: Adding SHOW CREATE TABLE

Ziga <ziga@ljudmila.org>

From: Ziga <ziga@ljudmila.org>
To: pgsql-hackers@lists.postgresql.org
Date: 2023-05-19T21:31:00Z
Lists: pgsql-hackers, pgsql-general
On 19/05/2023 19:08, Andrew Dunstan wrote:
> I think the ONLY place we should have this is in server side 
> functions. More than ten years ago I did some work in this area (see 
> below), but it's one of those things that have been on my ever growing 
> personal TODO list
>
> See <https://bitbucket.org/adunstan/retailddl/src/master/> and 
> <https://www.youtube.com/watch?v=fBarFKOL3SI>
>
I have my own implementation of SHOW CREATE as a ddlx extension 
available at https://github.com/lacanoid/pgddl

Far from perfect but getting better and it seems good enough to be used 
by some people...

Ž.