RE: Using BLOBs with PostgreSQL

Поиск
Список
Период
Сортировка
От Martin A. Marques
Тема RE: Using BLOBs with PostgreSQL
Дата
Msg-id Pine.LNX.4.10.10010100911350.868-100000@math.unl.edu.ar
обсуждение исходный текст
Ответ на RE: Using BLOBs with PostgreSQL  (Franck Martin <Franck@sopac.org>)
Список pgsql-general
Would it be difficult to store all the Binary data in a seperate
database ( a special database ) that would contain one binary object per
row with the obious information?

My 2 cents. :-)

On Sun, 8 Oct 2000, Franck Martin wrote:

> PG definitively lack BLOB support and it is a big drawback...
>
> Even with PG7.1 with TOAST that will remove the 8kB limit on records, there
> will be still no BLOB support.
>
> As you have indicated it seems that PG chokes on null characters. What is
> needed is a varbinary type, which stores binary data unformated, and spits
> out the binary data inside a PQResult. Some additional funtions are needed
> to read and write chunk of data inside that varbinary type.
>
> Any volunteer amongst the hackers ?
>
> I may try to do it as a used defined type inside a shared library, but I
> think PG as is may not handle it correctly...
>
> Cheers
> Franck@sopac.org
>
>

Saludos... :-)


"And I'm happy, because you make me feel good, about me." - Melvin Udall
-----------------------------------------------------------------
Martín Marqués            email:     martin@math.unl.edu.ar
Santa Fe - Argentina        http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------


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

Предыдущее
От: "Martin A. Marques"
Дата:
Сообщение: Re: Using BLOBs with PostgreSQL
Следующее
От: "Sergio A. Kessler"
Дата:
Сообщение: Re: My new job