Re: BUG #7615: CREATE RULE + DEFAULT VALUES + pg_dump trouble - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #7615: CREATE RULE + DEFAULT VALUES + pg_dump trouble
Date
Msg-id 19193.1350659118@sss.pgh.pa.us
Whole thread Raw
In response to BUG #7615: CREATE RULE + DEFAULT VALUES + pg_dump trouble  (pgmail@joh.to)
List 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 by date:

Previous
From: pgmail@joh.to
Date:
Subject: BUG #7615: CREATE RULE + DEFAULT VALUES + pg_dump trouble
Next
From: Robert Haas
Date:
Subject: Re: BUG #7521: Cannot disable WAL log while using pg_dump