Re: change existing table definition - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: change existing table definition
Date
Msg-id 20050628143106.GA24109@winnie.fuhr.org
Whole thread Raw
In response to change existing table definition  (Chuming Chen <chen@musc.edu>)
List pgsql-admin
On Tue, Jun 28, 2005 at 09:27:32AM -0400, Chuming Chen wrote:
>
> How can I change the column definition of an existing table, ie. from
> varchar(30) to varchar(50)? Is there any way to add a new column to an
> existing table?

See ALTER TABLE in the documentation and "How do you change a
column's data type?" in the FAQ:

http://www.postgresql.org/docs/8.0/static/sql-altertable.html
http://www.postgresql.org/docs/faqs.FAQ.html#4.3

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: Chuming Chen
Date:
Subject: Re: change existing table definition
Next
From: Johannes Lochmann
Date:
Subject: Re: change existing table definition