Re: moving database to production

From: "Martins Zarins" <mark(at)vestnesis(dot)lv>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: moving database to production
Date: 2001-09-29 13:26:18
Message-ID: 3BB5F62A.29917.A3A0A@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Grigoriy G. Vovk 2001-09-29 17:41:38 Re: Reporting Tool?
Previous Message Russ McBride 2001-09-29 07:43:13 authentication problems