Re: connect to another db

From: <operationsengineer1(at)yahoo(dot)com>
To: Robert Wimmer <seppwimmer(at)hotmail(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: connect to another db
Date: 2005-12-07 17:46:34
Message-ID: 20051207174634.23143.qmail@web33307.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> hi,
>
> a schema wouldnt help. i have to import data from a
> different PG db.dblink
> would be the right choice, but i think i need a NIX
> OS to install it ? PG
> runs on windows in the company I work for...

it sounds to me like you have the original data in one
database and that you are manually moving it to
another database at consistent time intervals.

is this right?

if so, consider the following questions:

1. why are two different machines absolutely
necessary? if they aren't, use one machine. try to
make sure the reason is technically valid and fight
against political reasons.
2. why are two databases necessary? if not, use one
db. if separation of data is technically required,
using different schema may be a solution.
3. if two machines and two dbs are necessary, can the
machines be networked? if so, you may be able to
write an automation script that dumps from one
database and restores to the other database.

good luck.


__________________________________________
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jim Beckstrom 2005-12-07 23:25:57 Location of index information
Previous Message operationsengineer1 2005-12-07 17:35:05 Re: relations in PostgreSQL 8.1