Blob Fields
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
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.
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