Re: Patch for "CREATE TABLE ... (LIKE ... INCLUDING COMMENTS)"

2018-12-11 Thread Tom Lane
maxzor writes: > This candidate patch is kind of a bug-solving patch, it applies to one > unique file : src/backend/parser/parse_utilcmd.c, > on function transformTableLikeClause. > Its aim is to include the "top-level" comment of the object (table, > view, matview...) > that is being copied ; alo

Re: Patch for "CREATE TABLE ... (LIKE ... INCLUDING COMMENTS)"

2018-12-11 Thread maxzor
...with thunderbird plain-text sorted... $ diff -c parse_utilcmd_old.c parse_utilcmd.c *** parse_utilcmd_old.c 2018-12-11 12:44:52.288309000 +0100 --- parse_utilcmd.c 2018-12-11 12:44:52.208308782 +0100 *** *** 918,923 --- 918,941