Is there any way to delete a column - Mailing list pgsql-general

From shreedhar
Subject Is there any way to delete a column
Date
Msg-id 006d01c2e6e5$60285370$1201a8c0@a4005
Whole thread Raw
Responses Re: Is there any way to delete a column  (Ian Barwick <barwick@gmx.net>)
Re: Is there any way to delete a column  (Hadley Willan <hadley.willan@deeperdesign.co.nz>)
List pgsql-general
To delete a column from table , I am following the method as per postgresl documents.
 
1) creating emptable with same structure and moving all records.
2) creating another table with out column which you have remove.
3) Creating all constraints.
4) moving all data from temp table to new table and removing temp table.
 
Is there any way to delete a column, other than above method
 
Regards,
Sreedhar
 
 

pgsql-general by date:

Previous
From: "shreedhar"
Date:
Subject: Re: PostgreSQL Frontend for Windows
Next
From: Jose Antonio Martinez
Date:
Subject: ems postgresql manager