Re: Binary Cursors, and the COPY command

Поиск
Список
Период
Сортировка
Искать
От
Thomas Hallgren
Тема
Re: Binary Cursors, and the COPY command
Дата
Msg-id
ce4t7l$pas$2@sea.gmane.org
Ответ на
Список
Дерево обсуждения
Re: Binary Cursors, and the COPY command "Thomas Hallgren" <thhal@mailblocks.com>
Re: Binary Cursors, and the COPY command Oliver Jowett <oliver@opencloud.com>
Re: Binary Cursors, and the COPY command Thomas Hallgren <thhal@mailblocks.com>
Oliver Jowett wrote:> This is not true if you happen to be using Java on the client side,> which has no idea (unless you grot around in the guts of the JVM) what> the native byte order is.>
The method java.nio.ByteOrder.nativeOrder() will tell you what the 
native byte order is.
> This actually means that Java clients have the> opposite problem -- it's a lot of work to try to use the 7.3-style> binary formats.>
The commonly used java.io.DataInput will always use network order but 
it's easy enough to read/write little endian using the java.nio and 
java.nio.channel packages.

Regards,

Thomas Hallgren


В списке pgsql-hackers по дате отправления
От: Alvaro Herrera
Дата:
Сообщение: Re: cvsweb upgraded
От: Oliver Jowett
Дата:
FAQ