Re: pg_dump and vacuum fail on tables with no columns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Michael D(dot) DeVore" <_mdevore_(at)virginia(dot)edu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pg_dump and vacuum fail on tables with no columns
Date: 2003-04-25 21:04:19
Message-ID: 115.1051304659@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Michael D. DeVore" <_mdevore_(at)virginia(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Erik Walthinsen 2003-04-25 22:27:23 Re: BUG: Infinite syslog() loop
Previous Message Tom Lane 2003-04-25 21:02:38 Re: BUG: Infinite syslog() loop