PQputCopyData buffer limit

From: sujayr06 <sujayr06(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: PQputCopyData buffer limit
Date: 2012-02-29 17:14:54
Message-ID: 1330535694306-5525514.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello All,

My CPP Application uses PQputCopyData to push the read buffer
from a file into PostGreSql.

According to dummy tests conducted, PQputCopyData has been able
to upload Approx 9-10MB of data to PostGreSql at one shot.

Can someone throw light as to the maximum buffer limit for this
operation?

Thanks in advance.

Regards,
Sujay

--
View this message in context: http://postgresql.1045698.n5.nabble.com/PQputCopyData-buffer-limit-tp5525514p5525514.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2012-02-29 17:49:03 Valid Input Syntax for Type DATE
Previous Message Gary Chambers 2012-02-29 17:05:54 Re: what Linux to run