Re: How to upload data to postgres

From: Artacus <artacus(at)comcast(dot)net>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to upload data to postgres
Date: 2008-09-10 06:48:07
Message-ID: 48C76DA7.7010001@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Markova, Nina wrote:
> Hi again,
>
> I need to load data from Ingres database to Postgres database. What's
> the easiest way?
>
> Thanks,
> Nina

Easiest way would be to export to CSV and import using COPY. Slickest
way would be to use something like dblink.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Artis Caune 2008-09-10 06:57:14 Re: Server installation problem using freebsd ports
Previous Message Artacus 2008-09-10 06:46:32 Re: psql scripting tutorials