Re: Binary Large Objects (LOB/BLOB) in Hibernate and JDBC: Unresolved issues

From: Thomas Markus <t(dot)markus(at)proventis(dot)net>
To: Stefan Keller <sfkeller(at)gmail(dot)com>
Cc: pgsql-general List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Binary Large Objects (LOB/BLOB) in Hibernate and JDBC: Unresolved issues
Date: 2012-01-09 15:13:23
Message-ID: 4F0B0413.6040507@proventis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Hi,

thats not a bug its a feature ;)

the combination hibernate/pgjdbc uses pg large objects for byte[] and
Blob properties so only oids are referenced. Use 'vacuumlo' to free up
your space.

regards
Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Radosław Smogura 2012-01-09 17:57:39 Re: Binary Large Objects (LOB/BLOB) in Hibernate and JDBC: Unresolved issues
Previous Message Alban Hertroys 2012-01-09 14:52:23 Re: Binary Large Objects (LOB/BLOB) in Hibernate and JDBC: Unresolved issues

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2012-01-09 17:23:26 Re: problem: query result in jdbc is <> result in psql
Previous Message Alban Hertroys 2012-01-09 14:52:23 Re: Binary Large Objects (LOB/BLOB) in Hibernate and JDBC: Unresolved issues