Re: copying tables from as400 to pg with dbi link

From: david(at)fetter(dot)org (David Fetter)
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: copying tables from as400 to pg with dbi link
Date: 2007-06-14 18:45:00
Message-ID: WcqdnU7gXcUxEezbnZ2dnUVZ_gqdnZ2d@speakeasy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Raul Retamozo <revelar(at)hotmail(dot)com> wrote:
> [-- text/plain, encoding quoted-printable, charset: iso-8859-1, 18 lines --]
>
> Hi. Im trying to copying table estructure & data from as400(db2)
> with dbi link but im stuck in how do I have to install dbi link over
> windows , I ve perl (active perl) so I added plperlu (and plperl)
> language to my database's languagesWhen I've been executing
> dbi_link.sql but when I write teh function dbi_link.is_yaml(TEXT)
> appears a mistake related to YAML.pm. Does anyone knows how to add
> YAML.pm ( i didnt found it yet)

When using ActiveState Perl, use PPM to get the packages you need.

http://theoryx5.uwinnipeg.ca/ppms/

I developed the software on Linux, and don't have a Windows machine
to test on, so I am very interested in your experiences.

You can sign up for the project mailing list at the URL below.
http://pgfoundry.org/projects/dbi-link/

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter

In philosophical terms, the opposite of rationalism is not
irrationalism but empiricism, that is, a willingness to form beliefs
on the basis of experience rather than from a priori deduction.
Empirical evidence never yields the dogmatic certainty that
accompanies logical deduction.
John Quiggin, 1999

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Donald Fraser 2007-06-15 13:04:09 WAL file creation
Previous Message Raul Retamozo 2007-06-14 13:38:44 copying tables from as400 to pg with dbi link