Re: BUG #7758: pg_dump does not correctly dump operators. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #7758: pg_dump does not correctly dump operators.
Date
Msg-id 20158.1355944125@sss.pgh.pa.us
Whole thread Raw
In response to BUG #7758: pg_dump does not correctly dump operators.  (dmigowski@ikoffice.de)
Responses Re: BUG #7758: pg_dump does not correctly dump operators.
List pgsql-bugs
dmigowski@ikoffice.de writes:
> When inserted into an empty DB on an 9.1.2 system, then pg_dump will
> generate wrong CUMMUTATOR clauses, but only for the first operator:
> ...
> Sadly, when I use these operators in my real world database running on
> 9.1.7, the problem is still there:

Indeed, I do not see a problem with this example on 9.1.7.  Can you
extract a self-contained example that does fail with 9.1.7?

            regards, tom lane

pgsql-bugs by date:

Previous
From: acummings@aperiogroup.com
Date:
Subject: BUG #7760: records with duplicate primary keys
Next
From: Daniel Migowski
Date:
Subject: Re: BUG #7758: pg_dump does not correctly dump operators.