Re: Adding SHOW CREATE TABLE - Mailing list pgsql-hackers

From Ziga
Subject Re: Adding SHOW CREATE TABLE
Date
Msg-id 289175f0-ddf8-8785-dbb1-8c150e95b33a@ljudmila.org
Whole thread Raw
In response to Re: Adding SHOW CREATE TABLE  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
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...

Ž.






pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Adding SHOW CREATE TABLE
Next
From: Jacob Champion
Date:
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER