Re: Appending to a large object

From: Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk>
To: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Appending to a large object
Date: 2003-08-07 09:33:12
Message-ID: 20030807103312.C6810@bacon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On 07/08/2003 09:15 Ole Streicher wrote:
>
> What I expected was a function like "seek()", but I couldn't find it
> there.
> So, how can I append to an existing stream? Is there a function I have
> just
> overseen? (PostgreSQL 7.3.2 Programmer's Guide)

seek(int pos, int ref) is there in the source for LargeObject (7.3.3).

HTH

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message srikanth nagaraju 2003-08-07 10:58:10 pgsql - query
Previous Message Ole Streicher 2003-08-07 08:15:39 Re: Appending to a large object