Protocol & Transmitted Field Data

Поиск
Список
Период
Сортировка
От Greg
Тема Protocol & Transmitted Field Data
Дата
Msg-id 438220.6229.qm@web24304.mail.ird.yahoo.com
обсуждение исходный текст
Ответы Re: Protocol & Transmitted Field Data  (Kenneth Marshall <ktm@rice.edu>)
Список pgsql-novice
Hi everyone,

I have a question regarding field format used to transmit data (when data is transmitted over the protocol): Is there a way to change field format used by database to transmit data from text to binary?

Whats happening: I have 2 columns in a table, both integers, when they transmitted over to client, their values transmitted as a collection of characters e.g. number 1234567 represented as '1' '2' '3' '4' '5' '6' '7' instead of using 4 bytes for int4

Thanks!

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bind variables
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: Protocol & Transmitted Field Data