Re: customizing pg_dump together with copy.c's DoCopy function - Mailing list pgsql-general

From lynnsettle@yahoo.com
Subject Re: customizing pg_dump together with copy.c's DoCopy function
Date
Msg-id 1152578392.953869.21500@m73g2000cwd.googlegroups.com
Whole thread Raw
In response to customizing pg_dump together with copy.c's DoCopy function  ("lynnsettle@yahoo.com" <lynnsettle@yahoo.com>)
List pgsql-general
After further reading, I'm wondering if I should instead try to use
libpq calls like PQgetCopyData, PQputCopyData, and PQputCopyEnd.

Would they be a viable alternative to provide both the speed and
flexibility I'm looking for?

-Lynn


pgsql-general by date:

Previous
From: "lynnsettle@yahoo.com"
Date:
Subject: customizing pg_dump together with copy.c's DoCopy function
Next
From: nkunkov@optonline.net
Date:
Subject: Dynamic table with variable number of columns