Is there a way to drop a column? - Mailing list pgsql-general

From G. Anthony Reina
Subject Is there a way to drop a column?
Date
Msg-id 39340BEE.B40010AA@nsi.edu
Whole thread Raw
Responses Re: Is there a way to drop a column?
List pgsql-general
Somehow some columns from one of my tables "melded" with another table.
I'm trying to figure out how this happened, but in the meantime, I'd
like to be able to delete the extra columns in the table.

I can see a way to "alter table ... add column". Is there a way to
"alter table ... drop column"?

Thanks.
-Tony



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [SQL] remove line type?
Next
From: Philip Hallstrom
Date:
Subject: Any way to send email from "within" PostgreSQL?