Blob Fields

Started by Alexandre da Sivaabout 21 years ago3 messagesgeneral
Jump to latest
#1Alexandre da Siva
simpsom_boy@yahoo.com.br

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

#2J. Greenlees
jaqui@telus.net
In reply to: Alexandre da Siva (#1)
Re: Blob Fields

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.

#3Ulrich Schwab
schwab@inmess.de
In reply to: Alexandre da Siva (#1)
Re: Blob Fields

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