Re: Adding type info etc for inheritance errmsg: "child table is missing column ..."

From: Ryan Murphy <ryanfmurphy(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL DEV mailing list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Adding type info etc for inheritance errmsg: "child table is missing column ..."
Date: 2017-01-07 18:19:15
Message-ID: CAHeEsBfTY2Pf3ExZisSPwdY9AZozTepWZce61eKvNaKW3LTePg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2017-01-07 18:35:54 Re: Shrink volume of default make output
Previous Message Tom Lane 2017-01-07 17:39:02 Re: Adding type info etc for inheritance errmsg: "child table is missing column ..."