Re: OracleBulkCopy in PostGreSQL

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: "Jain, Abhishek" <Abhishek(dot)Jain2(at)mercer(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: OracleBulkCopy in PostGreSQL
Date: 2018-09-12 14:54:56
Message-ID: 315be15a3dae91436bad7f4048b8dcc7825490c1.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jain, Abhishek wrote:
> Following is the implementation that I have used using OracleBulkCopy
> wherein I have mapped the DB & data table columns [Highlighted in yellow].
> But in the 'Text Copy' how can I specify these mappings.

This will be quite different in the PostgreSQL case.
Read the documentation on COPY.

You will have to rewrite your code.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jain, Abhishek 2018-09-12 14:59:38 RE: OracleBulkCopy in PostGreSQL
Previous Message Jain, Abhishek 2018-09-12 13:46:37 RE: OracleBulkCopy in PostGreSQL