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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "lindebg" <lindebg(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions
Date: 2011-11-18 00:42:18
Message-ID: 15140.1321576938@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"lindebg" <lindebg(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mlungisi Sincuba 2011-11-18 08:03:38 "like" and "ilike" not working properly on postgresql 9.0.3 where clause, bug fix not mentioned on 9.0.5 either
Previous Message lindebg 2011-11-17 20:54:15 BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions