Re: exporting data from one DB to another asynchronously

From: "Nagita Karunaratne" <nagita(dot)k(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: exporting data from one DB to another asynchronously
Date: 2006-03-05 22:20:09
Message-ID: b2990fb00603051420n3f73bfadl733e5ef70f7533ac@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message John Purser 2006-03-05 23:03:22 Re: exporting data from one DB to another asynchronously
Previous Message John Purser 2006-03-05 21:52:32 Re: exporting data from one DB to another asynchronously