Re: exporting data from one DB to another asynchronously - Mailing list pgsql-novice

From Nagita Karunaratne
Subject Re: exporting data from one DB to another asynchronously
Date
Msg-id b2990fb00603051420n3f73bfadl733e5ef70f7533ac@mail.gmail.com
Whole thread Raw
In response to Re: exporting data from one DB to another asynchronously  (John Purser <jmpurser@gmail.com>)
Responses Re: exporting data from one DB to another asynchronously  (John Purser <jmpurser@gmail.com>)
Re: exporting data from one DB to another asynchronously  (<operationsengineer1@yahoo.com>)
List pgsql-novice
> Nagita,
>
> You are asking the right questions of the wrong group.  Postgresql is a
> database. Or more completely and Object-Relational Database Management
> System.  Postgresql keeps track of data.  Your "problems" or tasks are
> more appropriately in the area of application.  So if you want it to
> postgresql can store your data that your salesman collects, that gets
> e-mailed to customers, and that comes in via the web.  But in and of
> itself it won't collect, send, or provide a web interface.

Hi John,

I think I over-elaborated.

Basically I would like to know if postgresql can move information from
one instance to another periodically (daily).

So if the source database has customer name, address, phone, model
purchased, date of purchase, color etc.

Can it move just the date of purchase, model, color to a second
database in another application so it is ready when they login to that
application to take a after sales survey?

Thanks,
NK

pgsql-novice by date:

Previous
From: John Purser
Date:
Subject: Re: exporting data from one DB to another asynchronously
Next
From: John Purser
Date:
Subject: Re: exporting data from one DB to another asynchronously