Update Postgresql auto from SQL Server 6.5

Поиск
Список
Период
Сортировка
От Chairudin Sentosa
Тема Update Postgresql auto from SQL Server 6.5
Дата
Msg-id 36FF8446.2DC1D3F1@prima.net.id
обсуждение исходный текст
Ответ на Re: I am facing a difficult problem..  (Constantin Teodorescu <teo@flex.ro>)
Список pgsql-interfaces
Hi friends,

I have a Linux + Postgresql machine and an SQL Server 6.5 machine.
There is one table (usage-detail) in SQL Server keeps getting data every seconds.

Now, I want data from table (usage-details) in SQL Server to show up in postgresql in real time (if possible).

What I am doing now is:
1. Spool the table (usage-details) from SQL Server 6.5 every 30 minutes.
2. Ftp the file to Linux machine
3. Use perl to run 'insert' command to insert data to table (usage-details) in Postgresql.

I would like to do it automatically, without doing any spooling or ftping.
How to do it?
I want that one table (usage-details) keeps synchronized  between postgresql and SQL Server 6.5

Can anyone help me, please?

Thank you for your help.

Regards,
Chai






В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Adam Haberlach
Дата:
Сообщение: Re: [INTERFACES] Re: I am facing a difficult problem..
Следующее
От: Ari Halberstadt
Дата:
Сообщение: Re: [INTERFACES] Re: I am facing a difficult problem..