Re: STATISTICS retained in CREATE TABLE ... LIKE (INCLUDING ALL)?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Tels <nospam-pg-abuse@bloodgate.com>,
Stephen Froehlich <s.froehlich@cablelabs.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>,
Tomas Vondra <tomas.vondra@2ndquadrant.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>
Date: 2018-01-27T21:45:41Z
Lists: pgsql-hackers, pgsql-novice
David Rowley <david.rowley@2ndquadrant.com> writes: > I'd offer to put it back to the order of the enum, but I want to > minimise the invasiveness of the patch. I'm not sure yet if it should > be classed as a bug fix or a new feature. FWIW, I'd call it a new feature. I think the ordering of these items suffers greatly from "add new stuff at the end no matter what" syndrome. Feel free to design an ordering that makes more sense, but then please apply it consistently. regards, tom lane
Commits
-
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
- 911e6236bab5 10.4 landed
- 5564c1181548 11.0 landed
-
Identity columns
- 321732705363 10.0 cited