Re: URGENT!!! changing Column size

Поиск
Список
Период
Сортировка
От Theodore Petrosky
Тема Re: URGENT!!! changing Column size
Дата
Msg-id 20031028130052.54133.qmail@web41010.mail.yahoo.com
обсуждение исходный текст
Ответ на URGENT!!! changing Column size  (mohan@physics.gmu.edu)
Ответы Re: URGENT!!! changing Column size  (Franco Bruno Borghesi <franco@akyasociados.com.ar>)
Список pgsql-sql
why not just

pg_dump dbname > olddb.out
pico olddb.out

edit the section that defines the table
save and exit

dropdb dbname
createdb dbname

psql dbname < olddb.out

no fuss no muss...

Ted

--- mohan@physics.gmu.edu wrote:
> Hi can we change the size of a column in postgres. I
> have a table named
> institution and column name is name varchar2(25), i
> want to change it to
> varchar2(50). Please let me know.
> 
> --Mohan
> 
> 
> 
> 
> 
> 
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the
> unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Kumar"
Дата:
Сообщение: Re: Error message during compressed backup
Следующее
От: Franco Bruno Borghesi
Дата:
Сообщение: Re: URGENT!!! changing Column size