"Robert Fitzpatrick" <robert(at)webtent(dot)com> writes:
> >
> > Fix your application to ignore pg_attribute rows where
> > attisdropped is true.
> >
>
> So, PostgreSQL 7.3.x now holds all dropped fields information? What is
> the purpose?
It's the way column dropping is implemented. You couldn't drop
columns at all before 7.3.
-Doug