Re: [SQL] How do you remove a field from a table? - Mailing list pgsql-sql

From Dan Delaney
Subject Re: [SQL] How do you remove a field from a table?
Date
Msg-id Pine.BSF.3.96.980714162105.403B-100000@dionysia.org
Whole thread Raw
In response to How do you remove a field from a table?  (Danny Rice <dwrice@indiana.edu>)
List pgsql-sql
On Tue, 14 Jul 1998, Danny Rice wrote:
> How do you remove a field from a table?

Hahaha. I wondered the same thing when I first started using
PostgreSQL. Unfortunately, YOU DON'T!  PostgreSQL has not yet
implemented that funtion of the ALTER TABLE command. You have to
just create a new table and copy everything over. I think this is in
the FAQ, or it might be in the User's Manual. I personally hope they
implement this soon. It's kind of a pain not having it.
   Cheers.
 --Dan

-----------------------------------------------------------------------
 Daniel G. Delaney                    The Louisville Times Chorus
 Dionysos@Dionysia.org                   www.LouisvilleTimes.org
 www.Dionysia.org/~dionysos/          Dionysia Design
 ICQ Number: 8171285                     www.Dionysia.com/design/
-----------------------------------------------------------------------
                   I doubt, therefore I might be.


pgsql-sql by date:

Previous
From: Danny Rice
Date:
Subject: How do you remove a field from a table?
Next
From: "¹Ú¹Ì·æ"
Date:
Subject: Re: [SQL] Finding strings inside a field...