Re: Streaming binary data into db, difference between Blob - Mailing list pgsql-jdbc

From Fernando Nasser
Subject Re: Streaming binary data into db, difference between Blob
Date
Msg-id 3F5F3314.1070400@redhat.com
Whole thread Raw
In response to Re: Streaming binary data into db, difference between Blob  (Andreas Prohaska <ap@apeiron.de>)
List pgsql-jdbc
Nicolas Modrzyk wrote:
> That sounds like really good idea.
>
> Just we can't map to bytea cause it is specific to Postgres, but I would
> definitely put this on the feature list for c-jdbc.
>

It is just a VARBINARY.  You just have to mind that PostgreSQL has a
very large maximum size for it while other databases are more
restrictive.  I guess his suggestion was to limit the chunk sizes to the
maximum size for the specific DBMS implementation.



--
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


pgsql-jdbc by date:

Previous
From: Nicolas Modrzyk
Date:
Subject: Re: Streaming binary data into db, difference between Blob
Next
From: Andreas Prohaska
Date:
Subject: Re: Streaming binary data into db, difference between Blob