Re: Steps taken through while transmitting binary data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Steps taken through while transmitting binary data
Дата
Msg-id 19506.1118672484@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Steps taken through while transmitting binary data  (Volkan YAZICI <volkan.yazici@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Problems with trigger and function.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problems with trigger and function.