Re: pg_dump versus views and opclasses - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump versus views and opclasses
Date
Msg-id 23516.1232258521@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump versus views and opclasses  ("Brendan Jurd" <direvus@gmail.com>)
List pgsql-hackers
"Brendan Jurd" <direvus@gmail.com> writes:
> Does this also explain the extra-weird output from HEAD, with the <=
> and = operators sorting earlier than the view, but the rest of the
> operators sorting after it?

No, that comes from the fact that we have dependencies on those two
operators (but not the whole opclass) in SortGroupClause.  So they
get forced to come out before the view, but the rest do not.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Chernow
Date:
Subject: VARSIZE - why omit VARLEN?
Next
From: Tom Lane
Date:
Subject: Re: VARSIZE - why omit VARLEN?