Re: [GENERAL] Large Object questions... - Mailing list pgsql-general

From John Huttley
Subject Re: [GENERAL] Large Object questions...
Date
Msg-id 001a01bee2cb$d4284540$1401a8c0@Mr_Creosote.MWK.co.nz
Whole thread Raw
List pgsql-general
-----Original Message-----
From: Howie <caffeine@toodarkpark.org>
To: John Huttley <john@mwk.co.nz>

>
>the one thing i miss is the ability to determine a lo's size (
>hinthintnudgenudgewinkwink ).




Here's a snippet of code

lo_lseek(cntl.conn, lo_fax,0, SEEK_END);
 length = lo_tell(cntl.conn,lo_fax);


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] Re: where is the "applied"?
Next
From: Vadim Mikheev
Date:
Subject: Re: [GENERAL] Client dies in transaction ?