Re: Steps taken through while transmitting binary data - Mailing list pgsql-novice

From Tom Lane
Subject Re: Steps taken through while transmitting binary data
Date
Msg-id 19506.1118672484@sss.pgh.pa.us
Whole thread Raw
In response to Steps taken through while transmitting binary data  (Volkan YAZICI <volkan.yazici@gmail.com>)
List pgsql-novice
Volkan YAZICI <volkan.yazici@gmail.com> writes:
> What's the difference between server/client binary data conversions
> [1] of these commands:

>   i. "COPY ... TO ... WITH BINARY ..."
>  ii. "DECLARE ... BINARY ..."
> iii. PQexecParams(..., 1)

None.  They all return the result data in whatever binary format is
defined by the datatypes' "send" procedures.

            regards, tom lane

pgsql-novice by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Problems with trigger and function.
Next
From: Tom Lane
Date:
Subject: Re: Problems with trigger and function.