Search Postgresql Archives

Re: Connect to SQL Server via ODBC from Postgresql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jan 4, 2008 11:51 AM, Afewtips.com <afewtips@xxxxxxxxx> 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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux