COPY binary - Mailing list pgsql-general

From Nathaniel
Subject COPY binary
Date
Msg-id 209252.89240.qm@web25004.mail.ukl.yahoo.com
Whole thread Raw
Responses Re: COPY binary  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hello,

When using PQputCopyData and PQgetCopyData to send and receive binary data from postgres, would you include/expect
headersand trailers (as well as the tuples themselves) as you would in a binary file named 'file_name' if you were
executingthe SQL "COPY BINARY table_name FROM/TO 'file_name'"? 

Nathaniel





pgsql-general by date:

Previous
From: Paul M Foster
Date:
Subject: Re: What kind of JOIN, if any?
Next
From: Neil Saunders
Date:
Subject: Multiple counts on criteria - Approach to a problem