Re: Steps taken through while transmitting binary data

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Volkan YAZICI <volkan(dot)yazici(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Steps taken through while transmitting binary data
Date: 2005-06-13 14:21:24
Message-ID: 19506.1118672484@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Volkan YAZICI <volkan(dot)yazici(at)gmail(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-06-13 14:47:09 Re: Problems with trigger and function.
Previous Message Michael Fuhr 2005-06-13 14:10:00 Re: Problems with trigger and function.