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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions
Дата
Msg-id 15140.1321576938@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions  ("lindebg" <lindebg@gmail.com>)
Ответы Re: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions  (lindebg@gmail.com)
Re: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions  (lindebg <lindebg@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "lindebg"
Дата:
Сообщение: BUG #6299: pg_dump, pg_dumpall - Problem with the order of backup functions
Следующее
От: Mlungisi Sincuba
Дата:
Сообщение: "like" and "ilike" not working properly on postgresql 9.0.3 where clause, bug fix not mentioned on 9.0.5 either