Re: Data type for storing images? - Mailing list pgsql-general

From David Wall
Subject Re: Data type for storing images?
Date
Msg-id 001701c0aa99$e419fb00$5a2b7ad8@expertrade.com
Whole thread Raw
In response to Data type for storing images?  (<drevil@sidereal.kz>)
List pgsql-general
> bytea is probably your best bet.  The 8k limit is toast in 7.1, btw.

If you're using JDBC, you may not be able to get bytea types to work.  I was
able to get the SQL type OID to work with JDBC's get/setBytes() methods.
You may also want to use 7.1 since I believe it's large object support is
improved.

David


pgsql-general by date:

Previous
From: Andrew Rawnsley
Date:
Subject: 'Exotic' Features
Next
From: "datactrl"
Date:
Subject: psql win32 version?