[Zope-DB] Delete a column in a table with PostGreSQL 7.1.x

Florian Schuler florian.schuler@braunconsulting.de
Thu, 27 Sep 2001 10:09:12 +0200


Hello list,

I have a short question: How can I delete a COLUMN in PostGreSQL 7.1.x =
?
If I try :

test=3D> alter table messages drop COLUMN betreff CASCADE;

I get an error message like this ----|
						*|*
						 *
ERROR:  ALTER TABLE / DROP COLUMN is not implemented

I=B4am shocked. How can I do that ??

Thanks in advance

Florian Schuler