Re: CREATE TABLE LIKE(INCLUDING COMMENTS) description ignored STATISTICS

2025-09-18 Thread jian he
On Sun, Sep 7, 2025 at 1:03 PM David G. Johnston wrote: > > On Saturday, September 6, 2025, jian he wrote: >> >> hi. >> >> https://www.postgresql.org/docs/devel/sql-createtable.html#SQL-CREATETABLE-PARMS-LIKE-OPT-COMMENTS >> """ >> INCLUDING COMMENTS >> Comments for the copied columns, constraint

Re: CREATE TABLE LIKE(INCLUDING COMMENTS) description ignored STATISTICS

2025-09-06 Thread David G. Johnston
On Saturday, September 6, 2025, jian he wrote: > hi. > > https://www.postgresql.org/docs/devel/sql-createtable. > html#SQL-CREATETABLE-PARMS-LIKE-OPT-COMMENTS > """ > INCLUDING COMMENTS > Comments for the copied columns, constraints, and indexes will be copied. > The > default behavior is to excl

CREATE TABLE LIKE(INCLUDING COMMENTS) description ignored STATISTICS

2025-09-06 Thread jian he
hi. https://www.postgresql.org/docs/devel/sql-createtable.html#SQL-CREATETABLE-PARMS-LIKE-OPT-COMMENTS """ INCLUDING COMMENTS Comments for the copied columns, constraints, and indexes will be copied. The default behavior is to exclude comments, resulting in the copied columns and constraints in th