There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cb05f5388d81ff35e00162764b66683e00b7be0d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-12-20T18:28:14Z
Releases: 9.0.0
There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code to
have hard-wired knowledge of the rules for naming index columns.  It can
just look at the actual names in the source index, instead.  Do some minor
formatting cleanup too.

Files

PathChange+/−
src/backend/parser/parse_utilcmd.c modified +30 −26