CREATE TABLE LIKE(INCLUDING COMMENTS) description ignored STATISTICS - Mailing list pgsql-docs

From jian he
Subject CREATE TABLE LIKE(INCLUDING COMMENTS) description ignored STATISTICS
Date
Msg-id CACJufxG3M3W0Da+yRmu0Wj8mTUDTiEhtScsDFHb5xKfcDXWSZg@mail.gmail.com
Whole thread Raw
Responses Re: CREATE TABLE LIKE(INCLUDING COMMENTS) description ignored STATISTICS
List pgsql-docs
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 the new table having no comments.
"""

The above description should mention that comments on extended
statistics will be
copied as well?



pgsql-docs by date:

Previous
From: "Jason Tiller"
Date:
Subject: Re: SELECT List with/without parentheses
Next
From: "David G. Johnston"
Date:
Subject: Re: CREATE TABLE LIKE(INCLUDING COMMENTS) description ignored STATISTICS