Обсуждение: Read binary records

Поиск
Список
Период
Сортировка

Read binary records

От
pasman pasmański
Дата:
Hello.

How to read binary file ?
I try pg_read_file() but this returns text
(not bytea) and skip part of record



------------
pasman

Re: Read binary records

От
David W Noon
Дата:
On Wed, 17 Nov 2010 13:56:19 +0100, pasman pasmański wrote about
[GENERAL] Read binary records:

>How to read binary file ?
>I try pg_read_file() but this returns text
>(not bytea) and skip part of record

I have written a set of file processing functions.  As far as I'm
concerned that code can be added to the "contrib" modules, if anybody
is interested.

The dwn_read_binary_file() function returns a bytea.

If you want a private copy, contact me off-list.
--
Regards,

Dave  [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwnoon@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Вложения