Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA21939; Thu, 1 Jul 93 03:22:06 -0700
Date: Thu, 1 Jul 93 03:22:06 -0700
Message-Id: <9307011022.AA21939@postgres.Berkeley.EDU>
From: M92 <hamiltop@computer-science.manchester.ac.uk>
Subject: Unix large-objects
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

I've defined a type to be unix large-object, through the use of the postgres
defined functions lo_filein and lo_fileout.

I then declared an attribute in a class to be of this type, and appended some 
instances with the large-object attribute taking the paths of the unix files.

All appears well regarding query handling, but no large-object identifiers are 
assigned to the large-object attribute instances, as suggested in the reference
manual.

Can anybody expalin this to me ?

Thanks, Paul.
