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 CAHeEsBcZYHXHYDEhojq2B0jWqiQ80VAeBWD9NcpW8RM8WrBwmw@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Adding type info etc for inheritance errmsg: "childtable is missing column ..."  (Vik Fearing <vik@2ndquadrant.fr>)
List pgsql-hackers

Perhaps the ERROR message should remain as is, and a DETAIL or HINT line
could be emitted with the entire column definition (or close to it)?


I'm open to this option as well.  The only parts I really care about are the type and the NOT NULL, since those are the ones that will give you an error if it doesn't line up with the parent.  Putting it in a DETAIL or HINT is fine with me.

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: [HACKERS] [PATCH] Rename pg_switch_xlog to pg_switch_wal
Next
From: Jim Nasby
Date:
Subject: Re: [HACKERS] Add support for SRF and returning composites to pl/tcl