Are there any methods to truncate a lob, other than by modifying the main
PostgreSQL source tree? i.e. is there a fastpath method I can call to
truncate a lob?
I noticed the JDBC3 driver includes a Lob truncation method, but it is
unimplemented.
Thanks