Thread: Re: removing a field from a table

Re: removing a field from a table

From
Julie Hunt
Date:
Read the section on alter table under compatibility:-

http://www.postgresql.org/docs/user/sql-altertable.htm


Aguinaldo Fagundes Junior wrote:

> Another question about fields...
>
> To add a new field I can use "altertable", but to remove one without droping
> the table and creating it again, how can I procede??
>
> Thank you.