anonymous wrote : Postgres's latest drivers seem to support streaming.

Sort of, streaming is supported via JDBC2 for inputing into a byte array field, 
but not for retrieving data.  Also the JDBC3 Blob is not supported, our 
implemenation uses this (I sent a patch a couple of weeks ago but have not seen 
any response to it, maybe they don't like my code, sniff, sniff).  However that 
is not a problem as we have an implemenation of the store that talks directly 
to the LargeObjectAPI.  Check out: 
org.jboss.mail.store.postgresql.PostgreSQLStore.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869905#3869905

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869905


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to