Alter table

From: "Rachel(dot)Vaudron" <rachel(at)lazaret(dot)unice(dot)fr>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Alter table
Date: 2002-11-08 07:22:55
Message-ID: Pine.LNX.4.33.0211080811160.12232-100000@lazaret.unice.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I wonder if it is possible to remove a field of a table ?
I haven't found anything about this into the reference manual.
Can I do something like that ?:

ALTER TABLE table
DROP COLUMN column;

Thanks
Rachel
**************************************
Rachel(dot)Vaudron(at)lazaret(dot)unice(dot)fr
Laboratoire de prehistoire du Lazaret
33 bis bd Franck Pilatte 06300 Nice
http://rachel.familinux.org
******** Windows a bug's life ********

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Huub 2002-11-08 07:41:28 changing numeric into int
Previous Message Stephan Szabo 2002-11-08 06:49:34 Re: No promany key in parent table, how to use delete cascade?