Re: Bug with dump/restore when using UNION and ORDER BY in views - Mailing list pgsql-sql

From Tom Lane
Subject Re: Bug with dump/restore when using UNION and ORDER BY in views
Date
Msg-id 6562.1028430401@sss.pgh.pa.us
Whole thread Raw
In response to Bug with dump/restore when using UNION and ORDER BY in views  ("Kristian Eide" <kreide@online.no>)
List pgsql-sql
"Kristian Eide" <kreide@online.no> writes:
> There seems to be a bug when dumping a view which is a UNION of selects, one
> of which has an ORDER BY. A pair of paranthesises around the select is
> missing, and this cause a subsequent restore to fail.

Yeah.  This is fixed in current sources, and I back-patched it into
the REL7_2 branch, but current plans don't seem to include a 7.2.2
release --- we'll be going straight to 7.3 beta instead.

If you're sufficiently annoyed to want to install a source patch
locally, see rev 1.89.2.1 at
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/utils/adt/ruleutils.c

Note this is a server-side patch; the bug is not in pg_dump.
So using a 7.3 pg_dump against your existing server won't help.
You might want to apply the back-patch just so that you can
dump when the time comes to go to 7.3...
        regards, tom lane


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [NOVICE] Aggregates and Indexes
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Bug with dump/restore when using UNION and ORDER BY in views