Re: exporting data from one DB to another asynchronously

Поиск
Список
Период
Сортировка
От Nagita Karunaratne
Тема Re: exporting data from one DB to another asynchronously
Дата
Msg-id b2990fb00603051420n3f73bfadl733e5ef70f7533ac@mail.gmail.com
обсуждение исходный текст
Ответ на Re: exporting data from one DB to another asynchronously  (John Purser <jmpurser@gmail.com>)
Ответы Re: exporting data from one DB to another asynchronously
Re: exporting data from one DB to another asynchronously
Список 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 по дате отправления:

Предыдущее
От: John Purser
Дата:
Сообщение: Re: exporting data from one DB to another asynchronously
Следующее
От: John Purser
Дата:
Сообщение: Re: exporting data from one DB to another asynchronously