Re: pg_dump and vacuum fail on tables with no columns - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_dump and vacuum fail on tables with no columns
Date
Msg-id 115.1051304659@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump and vacuum fail on tables with no columns  ("Michael D. DeVore" <_mdevore_@virginia.edu>)
List pgsql-bugs
"Michael D. DeVore" <_mdevore_@virginia.edu> writes:
> It is possible to create a table with no columns:
> create table mytemp ();

Yeah, we are gradually cleaning out the places that weren't prepared to
deal with this corner case :-(.  I fixed pg_dump just a couple days ago,
but was not aware of the VACUUM ANALYZE problem --- thanks for the
report!

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG: Infinite syslog() loop
Next
From: Tom Lane
Date:
Subject: Re: BUG: Infinite syslog() loop