Re: Re: [BUGS] Re: BUG #9555: pg_dump for tables with inheritance recreates the table with the wrong order of columns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [BUGS] Re: BUG #9555: pg_dump for tables with inheritance recreates the table with the wrong order of columns
Дата
Msg-id 4268.1409503835@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] Re: BUG #9555: pg_dump for tables with inheritance recreates the table with the wrong order of columns  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [BUGS] Re: BUG #9555: pg_dump for tables with inheritance recreates the table with the wrong order of columns  (David G Johnston <david.g.johnston@gmail.com>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> I have developed the attached patch to warn about column reordering in
> this odd case.  The patch mentions the reordering of c:

>     NOTICE:  merging column "a" with inherited definition
>     NOTICE:  merging column "c" with inherited definition;  column moved earlier to match inherited column location

This does not comport with our error message style guidelines.
You could put the additional information as an errdetail sentence,
perhaps.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: Final Patch for GROUPING SETS - unrecognized node type: 347
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Built-in binning functions