Re: change existing table definition

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: change existing table definition
Дата
Msg-id 20050628143106.GA24109@winnie.fuhr.org
обсуждение исходный текст
Ответ на change existing table definition  (Chuming Chen <chen@musc.edu>)
Список 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 по дате отправления:

Предыдущее
От: Chuming Chen
Дата:
Сообщение: Re: change existing table definition
Следующее
От: Johannes Lochmann
Дата:
Сообщение: Re: change existing table definition