Re: [GENERAL] Large Object questions...

From: "John Huttley" <john(at)mwk(dot)co(dot)nz>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Large Object questions...
Date: 1999-08-10 01:01:06
Message-ID: 001a01bee2cb$d4284540$1401a8c0@Mr_Creosote.MWK.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


-----Original Message-----
From: Howie <caffeine(at)toodarkpark(dot)org>
To: John Huttley <john(at)mwk(dot)co(dot)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);

Browse pgsql-general by date

  From Date Subject
Next Message Vadim Mikheev 1999-08-10 01:07:15 Re: [GENERAL] Client dies in transaction ?
Previous Message Bruce Momjian 1999-08-10 00:12:29 Re: [GENERAL] Re: where is the "applied"?