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

From Ron
Subject Re: Adding SHOW CREATE TABLE
Date
Msg-id 1aac01a1-d9db-8048-9bfa-1e4f9bb69a03@gmail.com
Whole thread Raw
In response to Re: Adding SHOW CREATE TABLE  (Kirk Wolak <wolakk@gmail.com>)
Responses Re: Adding SHOW CREATE TABLE  (Kirk Wolak <wolakk@gmail.com>)
List pgsql-general
On 5/12/23 18:00, Kirk Wolak wrote:
[snip]
Where do we draw the lines?

At other tables.

Does Table DDL include all indexes?

Absolutely!

It should include constraints, clearly.  I would not think it should have triggers.

Definitely triggers.  And foreign keys.

Literally everything within the <<CREATE TABLE X(...);>>.  (ie, no ALTER .. OWNER TO...)


ALTER statements, too.  If CREATE TABLE ... LIKE ... { INCLUDING | EXCLUDING } { COMMENTS | COMPRESSION | CONSTRAINTS | DEFAULTS | GENERATED | IDENTITY | INDEXES | STATISTICS | STORAGE | ALL } can do it, then so should SHOW CREATE TABLE.

--
Born in Arizona, moved to Babylonia.

pgsql-general by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Adding SHOW CREATE TABLE
Next
From: Andrew Gierth
Date:
Subject: Re: Window function for get the last value to extend missing rows