Re: cannot dump 7.3.3 table using pg_dump of 7.4dev

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mallah(at)trade-india(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: cannot dump 7.3.3 table using pg_dump of 7.4dev
Date: 2003-07-25 20:27:24
Message-ID: 28875.1059164844@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

<mallah(at)trade-india(dot)com> writes:
> | 0 14657817 | ........pg.dropped.10........ | 0 | 0 |
> -1 | 10 | 0 | -1 | 24 | f | x
> | f | i | f | f | t | t

Mph. I see the problem --- looks like someone decided it would be a
bright idea to inner-join pg_attribute to pg_type while picking up the
column data in getTableAttrs. Unfortunately this can fail for deleted
columns. Will have a fix shortly.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message mallah 2003-07-25 21:07:34 Re: cannot dump 7.3.3 table using pg_dump of 7.4dev
Previous Message mallah 2003-07-25 20:15:08 Re: cannot dump 7.3.3 table using pg_dump of 7.4dev