Dropping a field from a table.

From: "Steve Quezadas" <steveeq2(at)tripperjones(dot)com>
To: <pgsql-general(at)hub(dot)org>
Subject: Dropping a field from a table.
Date: 2000-09-29 20:59:42
Message-ID: 00c401c02a58$321f61e0$7801a8c0@steve
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there an easier way to do drop a field from a table rather than deleting the table and retyping the very long SQL command to create it again? The "ALTER" command doesn't seem to have that feature.

- Steve

Browse pgsql-general by date

  From Date Subject
Next Message chris markiewicz 2000-09-29 21:04:17 RE: sql/trigger question...arguments?
Previous Message Steve Quezadas 2000-09-29 20:59:12 Can't change the contents of a field