Subject: | Add support for lo_truncate() function |
lo_truncate() was introduced with PostgreSQL 8.3 and it would be nice if
it is supported via $dbh->pg_lo_truncate(). It currently works with the
$dbh->func($fd, $len, 'lo_truncate') deprecated way to use large object
functions.