Re: Where does postgres store records of DROP-ed columns?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pw <p(dot)willis(at)telus(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Where does postgres store records of DROP-ed columns?
Date: 2004-09-09 22:01:30
Message-ID: 10991.1094767290@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pw <p(dot)willis(at)telus(dot)net> writes:
> How do I get rid of these references?

You ignore pg_attribute rows that have attisdropped true.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2004-09-09 22:08:17 Re: How to determine a database is intact?
Previous Message Tom Lane 2004-09-09 21:59:58 Re: Memory exhausted (leak?)