Re: BUG #11884: pg_dump / restore mangles IS DISTINCT FROM expressions - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #11884: pg_dump / restore mangles IS DISTINCT FROM expressions
Date
Msg-id 32619.1415232600@sss.pgh.pa.us
Whole thread Raw
In response to BUG #11884: pg_dump / restore mangles IS DISTINCT FROM expressions  (nickbarnes01@gmail.com)
List pgsql-bugs
nickbarnes01@gmail.com writes:
> IS DISTINCT FROM expressions are not dumped/restored correctly if the
> comparison operator is outside the search path. e.g.:

Yeah, this is already under discussion in connection with bug #11617:
http://www.postgresql.org/message-id/flat/20141009200031.25464.53769@wrigleys.postgresql.org

            regards, tom lane

pgsql-bugs by date:

Previous
From: nickbarnes01@gmail.com
Date:
Subject: BUG #11884: pg_dump / restore mangles IS DISTINCT FROM expressions
Next
From: Robert Haas
Date:
Subject: Re: ltree::text not immutable?