Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA11515; Thu, 3 Jun 93 16:40:34 -0700
Date: Thu, 3 Jun 93 16:40:34 -0700
Message-Id: <9306032340.AA11515@postgres.Berkeley.EDU>
From: lau@retina.CS.UCLA.EDU (Siu Wah Lau)
Subject: p_lseek
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

>From postgres reference manual,
p_lseek only supports pointer movement relative to the begin of file.
However, I need to use p_lseek in my application to locate the end of a
large object stored in a inversion file. 

I am considering modifying the implementation of p_lseek.

Do anyone know about the difficulty of changing the implementation?

Thank you.

Clarence.
