Re: Updating database structure

Поиск
Список
Период
Сортировка
От Johan Vromans
Тема Re: Updating database structure
Дата
Msg-id m2k6amnsyq.fsf@phoenix.squirrel.nl
обсуждение исходный текст
Ответ на Updating database structure  (Luuk Jansen <subscribe@angelosystems.com>)
Список pgsql-general
Luuk Jansen <subscribe@angelosystems.com> writes:

> How can I update the structure on the production server to reflect the
> database on my test machine in an easy way with preservation of the data
> on the production server. There are no major changes in the fields types
> etc., mainly additions/deletions of fields in the tables.

ALTER TABLE ?

-- Johan

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

Предыдущее
От: Chris Browne
Дата:
Сообщение: Re: Advantages of PostgreSQL over MySQL 5.0
Следующее
От: Jeff Amiel
Дата:
Сообщение: Re: how to update structural & data changes between PostgreSQL