Re: BUG #7615: CREATE RULE + DEFAULT VALUES + pg_dump trouble

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #7615: CREATE RULE + DEFAULT VALUES + pg_dump trouble
Дата
Msg-id 19193.1350659118@sss.pgh.pa.us
обсуждение
Ответ на BUG #7615: CREATE RULE + DEFAULT VALUES + pg_dump trouble  (pgmail@joh.to)
Список pgsql-bugs
pgmail@joh.to writes:
> Doing this:
>   CREATE RULE bar_rule1 AS ON INSERT TO bar DO ALSO INSERT INTO foo DEFAULT
> VALUES;
> breaks pg_dump.  It outputs the following:
>   CREATE RULE bar_rule1 AS ON INSERT TO bar DO INSERT INTO foo () VALUES
> ();

Ooops :-(.  Will fix, thanks for the report!

            regards, tom lane

В списке pgsql-bugs по дате отправления: