Re: insert records from a CSV file

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: sangeetha <tune2sangee(at)gmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: insert records from a CSV file
Date: 2016-06-28 03:32:54
Message-ID: 20160628033254.GA25107@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Thu, Jun 23, 2016 at 01:57:33AM -0700, sangeetha wrote:
> All,
>
> How can I insert rows from a CSV file using libpq interface, other than
> PQputCopyData.

There are no other options.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Vernon Wu 2016-07-05 16:55:48 How Java interface with the JSON data type?
Previous Message sangeetha 2016-06-23 08:57:33 insert records from a CSV file