]> granicus.if.org Git - postgresql/commit
Improve documentation about CREATE TABLE ... LIKE.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Jul 2016 17:26:59 +0000 (13:26 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 Jul 2016 17:26:59 +0000 (13:26 -0400)
commitc92aca1236b5ed789873220948030a639a55e67a
treed99e22b3845ffbca389fbe37eb6ccd9115878a19
parent8b018cb1f90e7e5e793e28dc0085a7af4c330ee1
Improve documentation about CREATE TABLE ... LIKE.

The docs failed to explain that LIKE INCLUDING INDEXES would not preserve
the names of indexes and associated constraints.  Also, it wasn't mentioned
that EXCLUDE constraints would be copied by this option.  The latter
oversight seems enough of a documentation bug to justify back-patching.

In passing, do some minor copy-editing in the same area, and add an entry
for LIKE under "Compatibility", since it's not exactly a faithful
implementation of the standard's feature.

Discussion: <20160728151154.AABE64016B@smtp.hushmail.com>
doc/src/sgml/ref/create_table.sgml
src/backend/parser/parse_utilcmd.c