Re: Altering Column Date Types

Поиск
Список
Период
Сортировка
От Aarni Ruuhimäki
Тема Re: Altering Column Date Types
Дата
Msg-id 200301251949.36315.aarni.ruuhimaki@kymi.com
обсуждение исходный текст
Ответ на Altering Column Date Types  (Desmond Coughlan <psql@zeouane.org>)
Список pgsql-novice
Hi Desmond !


I use 'pg_dump -c my_db > my_db_dump' and then edit the dump file's CREATE
TABLE statements to change column data-tytes. When done, read or re-create
the db back in with 'cat my_db_dump | psql my_db'


Just make sure your data fits into the new data-type.


BR,


Aarni


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

Предыдущее
От: Desmond Coughlan
Дата:
Сообщение: Re: Can't read input file
Следующее
От: "Reshat Sabiq"
Дата:
Сообщение: Re: localhost connects, same code on other host fails