Re: script for unidirectional database update

From: "Richard Huxton" <dev(at)archonet(dot)com>
To: "Markus Wagner" <wagner(at)imsd(dot)uni-mainz(dot)de>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: script for unidirectional database update
Date: 2001-01-30 09:09:57
Message-ID: 00d501c08a9c$6ba3c4c0$1001a8c0@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

From: "Markus Wagner" <wagner(at)imsd(dot)uni-mainz(dot)de>

> I need to periodically transfer the content of one db into another. The
> target db should be deleted before and there should be one ascii file
> containing the data, because there's a firewall between the two db's and
> file transfer ist the most simple thing to do. Does anyone have a script
> to automate this?
>
Look into pg_dumpall

- Richard Huxton

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Franck Martin 2001-01-30 09:50:15 Re: BLOB HOWTO??
Previous Message Richard Huxton 2001-01-30 09:09:18 Re: Archival of Live database to Historical database