Re: moving database to production - Mailing list pgsql-admin

From Martins Zarins
Subject Re: moving database to production
Date
Msg-id 3BB5F62A.29917.A3A0A@localhost
Whole thread Raw
In response to moving database to production  (s.chava@wcom.com (Srinivasa Rao Chava))
List pgsql-admin
On 28 Sep 2001, at 12:12, Srinivasa Rao Chava wrote:

> Hi,
> How to move the database from devleopment to production.
> For example, the database is already in production and some of the
> tables required modifications. First those modification were
> implemented in develoment. The modified tables need to be moved to
> production from development,not the complete database. So how to move
> the selective tables in development database to production database.
> Thanks chava

pg_dump -t <new_table> <dev_db> |psql <prod_db>

Mark



pgsql-admin by date:

Previous
From: Russ McBride
Date:
Subject: authentication problems
Next
From: "Grigoriy G. Vovk"
Date:
Subject: Re: Reporting Tool?