Re: ALTER DROP COLUMN

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "ross::barna" <rbarna(at)neochi(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: ALTER DROP COLUMN
Date: 2001-02-12 21:10:27
Message-ID: Pine.LNX.4.30.0102122210170.1100-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ross::barna writes:

> neochi=> ALTER TABLE news DROP COLUMN date;
> ERROR: ALTER TABLE/DROP COLUMN not yet implemented
>
>
> What's that about??? How do I drop a field of a table?!

http://www.postgresql.org/docs/faq-english.html#4.5

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-02-12 21:11:59 Re: Varchar and indexing..
Previous Message Peter Eisentraut 2001-02-12 21:08:59 Re: Trigger/Function Problem