Re: Updating database structure - Mailing list pgsql-general

From Johan Vromans
Subject Re: Updating database structure
Date
Msg-id m2k6amnsyq.fsf@phoenix.squirrel.nl
Whole thread Raw
In response to Updating database structure  (Luuk Jansen <subscribe@angelosystems.com>)
List 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 by date:

Previous
From: Chris Browne
Date:
Subject: Re: Advantages of PostgreSQL over MySQL 5.0
Next
From: Jeff Amiel
Date:
Subject: Re: how to update structural & data changes between PostgreSQL