2012/1/8 Thomas Kellerer <[email protected]>:> So it's clearly a Hibernate bug.
Obviously not :-> Hibernate mapping just uses one of two valid variants to map large objects in JDBC. So, AFAIK it's a PostgreSQL JDBC bug and an omission in the JDBC docs as well. Stefan 2012/1/8 Thomas Kellerer <[email protected]>: > Stefan Keller wrote on 08.01.2012 20:35: > >> 2012/1/8 Thomas Kellerer<[email protected]>: >> What's the reason for you to stick with LargeObjects? >> >> I simply used the @Lob annotation in Hibernate/JPA. >> That's all to get a leaking pg_largeobject table. >> See http://relation.to/Bloggers/PostgreSQLAndBLOBs, >> https://hibernate.onjira.com/browse/HHH-2244 and >> https://hibernate.onjira.com/browse/HHH-4876 for some background of >> the dilemma. > > So it's clearly a Hibernate bug. > > > > -- > Sent via pgsql-general mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
