Re: [HACKERS] Adding type info etc for inheritance errmsg: "childtable is missing column ..." - Mailing list pgsql-hackers

From Ryan Murphy
Subject Re: [HACKERS] Adding type info etc for inheritance errmsg: "childtable is missing column ..."
Date
Msg-id CAHeEsBfTY2Pf3ExZisSPwdY9AZozTepWZce61eKvNaKW3LTePg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Adding type info etc for inheritance errmsg: "child table is missing column ..."  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Adding type info etc for inheritance errmsg: "childtable is missing column ..."  (Ryan Murphy <ryanfmurphy@gmail.com>)
List pgsql-hackers

The approved way to do this is with format_type_be(), or
format_type_with_typemod() if you want to include typmod info, which
I think you probably do for the intended use-case.

                        regards, tom lane

Thanks Tom, I'll redo the patch using one of those, and get back to you guys.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Adding type info etc for inheritance errmsg: "child table is missing column ..."
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Shrink volume of default make output