lo_truncate - Mailing list pgsql-patches

From Kris Jurka
Subject lo_truncate
Date
Msg-id Pine.BSO.4.64.0702221544580.3311@leary.csoft.net
Whole thread Raw
Responses Re: lo_truncate
List pgsql-patches
The attached patch implements lo_truncate for truncating large objects to
a given length.  This is required for implementing Blob.truncate in the
JDBC driver[1] and rounds out filesystem like functionality for large
objects.

Kris Jurka

[1] http://java.sun.com/javase/6/docs/api/java/sql/Blob.html#truncate(long)

Attachment

pgsql-patches by date:

Previous
From: Gregory Stark
Date:
Subject: Short varlena headers
Next
From: "Guillaume Smet"
Date:
Subject: Re: First implementation of GIN for pg_trgm