Re: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions
Date
Msg-id 15140.1321576938@sss.pgh.pa.us
Whole thread Raw
In response to BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions  ("lindebg" <lindebg@gmail.com>)
Responses Re: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions
Re: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions
List pgsql-bugs
"lindebg" <lindebg@gmail.com> writes:
> Description:        pg_dump, pg_dumpall - Problem with the order of backup
> functions

Yeah, this was reported last month --- CREATE FUNCTION neglects to mark
the function with the default expression as dependent on the other one.
It'll be fixed in the next set of update releases, or if you're in a big
hurry you can get the patch here:
http://archives.postgresql.org/pgsql-committers/2011-10/msg00007.php

            regards, tom lane

pgsql-bugs by date:

Previous
From: "lindebg"
Date:
Subject: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions
Next
From: Mlungisi Sincuba
Date:
Subject: "like" and "ilike" not working properly on postgresql 9.0.3 where clause, bug fix not mentioned on 9.0.5 either