I use php4 and I'm wondering if there is a way to find out the size of a large
object so that when I call pg_loread($fd, $len), I can set $len to the correct
number of bytes to read in. Does the database maintain this information
anywhere accessible by a query? I could store the sizes in a table along with
the oids but would rather not if I don't need to.