Re: Connect to SQL Server via ODBC from Postgresql

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Connect to SQL Server via ODBC from Postgresql
Дата
Msg-id b42b73150801100654t55873bbkc517752710d5cbdc@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Connect to SQL Server via ODBC from Postgresql  ("Afewtips.com" <afewtips@gmail.com>)
Ответы Re: Connect to SQL Server via ODBC from Postgresql  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
On Jan 4, 2008 11:51 AM, Afewtips.com <afewtips@gmail.com> wrote:
> > I do read mentions about dblink connections, but how to install it
> > looks unclear and complicated.
> >

small clarification here.  dblink is for connecting two postgresql
databases together.  It is, IMO, neither unclear nor complicated :-).
dbilink, (note the 'I'), which aiui uses perl dbi in a dblink style
interface...never used it personally.

for moving data in and out of sql server and postgresql, you have a
number of options, odbc, dbi, php, etc etc.  in the end, you have to
query a, process the result and send the answer to b.

csv format is great for data transfers in and out of postgres.  for
example, you can pull data out of something in csv, load it into a
postgresql scratch table with the copy statement, and run queries
there to get it into the final destination table.

merlin

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Setting variables equal to elements from an Array
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: 8.3 Beta Incompatible Data Disaster