Re: OracleBulkCopy in PostGreSQL - Mailing list pgsql-novice

From Laurenz Albe
Subject Re: OracleBulkCopy in PostGreSQL
Date
Msg-id 315be15a3dae91436bad7f4048b8dcc7825490c1.camel@cybertec.at
Whole thread Raw
In response to RE: OracleBulkCopy in PostGreSQL  ("Jain, Abhishek" <Abhishek.Jain2@mercer.com>)
Responses RE: OracleBulkCopy in PostGreSQL
List 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



pgsql-novice by date:

Previous
From: "Jain, Abhishek"
Date:
Subject: RE: OracleBulkCopy in PostGreSQL
Next
From: "Jain, Abhishek"
Date:
Subject: RE: OracleBulkCopy in PostGreSQL