"Ben Ramsey" <ben@eureka-interactive.com> writes:
> So, I ask: How does one drop a column from a table so that I can drop the
> affected column and then use pg_dump as normal?
If you're on 7.3 you can just drop the column. On earlier releases, I
suspect the best recourse is to select the undamaged columns into a new
table and then dump that.
regards, tom lane