Thanks to visit codestin.com
Credit goes to postgrespro.com

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

Bruce Momjian <[email protected]> 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 by date:

Previous
From: Atri Sharma
Date:
Subject: Re: Final Patch for GROUPING SETS - unrecognized node type: 347
Next
From: Simon Riggs
Date:
Subject: Re: Built-in binning functions