Re: [HACKERS] Adding type info etc for inheritance errmsg: "childtable is missing column ..."

Поиск
Список
Период
Сортировка
От Ryan Murphy
Тема Re: [HACKERS] Adding type info etc for inheritance errmsg: "childtable is missing column ..."
Дата
Msg-id CAHeEsBcZYHXHYDEhojq2B0jWqiQ80VAeBWD9NcpW8RM8WrBwmw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Adding type info etc for inheritance errmsg: "childtable is missing column ..."  (Vik Fearing <vik@2ndquadrant.fr>)
Список 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 по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: [HACKERS] [PATCH] Rename pg_switch_xlog to pg_switch_wal
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: [HACKERS] Add support for SRF and returning composites to pl/tcl