Thread: Blob Fields

Blob Fields

From
"Alexandre da Siva"
Date:
Blobs is not Implemented on PostgreSQL, but I need to this field type on PosgreSQL databases, how I can to use this?
I'm using delphi...
 
 
ps: I readed PosgreSQL Manual and other lists and sites, but not get a answer for my specific problem
 

Re: Blob Fields

From
"J. Greenlees"
Date:
Alexandre da Siva wrote:
> Blobs is not Implemented on PostgreSQL, but I need to this field type on PosgreSQL databases, how I can to use this?
> I'm using delphi...
>
>
> ps: I readed PosgreSQL Manual and other lists and sites, but not get a answer for my specific problem
>

http://www.postgresql.org/docs/8.0/interactive/datatype-binary.html

definitions for blob, with usage.


Attachment

Re: Blob Fields

From
Ulrich Schwab
Date:
Alexandre da Siva wrote:

> Blobs is not Implemented on PostgreSQL, but I need to this field type on
> PosgreSQL databases, how I can to use this? I'm using delphi...
>
>
> ps: I readed PosgreSQL Manual and other lists and sites, but not get a
> answer for my specific problem
PostgreSQL has large objects, most probably this is what You want.
See this file in the docs:
pgsql/doc/html/largeobjects.html