Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA02553; Fri, 2 Jul 93 12:13:45 -0700
Message-Id: <9307021913.AA02553@postgres.Berkeley.EDU>
From: Mike Olson <mao@postgres.Berkeley.EDU>
Subject: Re: Load object into POSTGRES's address space
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: lnj@sol.cse.fau.edu's message of 2 Jul 1993 15:11 EDT
Date: Fri, 02 Jul 1993 12:17:27 -0700
From: Mike Olson <mao@postgres.Berkeley.EDU>

Ravi Lingam <lnj@sol.cse.fau.edu> writes:

> 
> I successfully used the following command:
> 
> * load "/store3/postgres/demo/circle.o" \g 
> 
> I was *not* able to load the exact copy of 
> circle.o from my directory:
> 
> I do not understand what is going wrong. 
> Could someone help me in this regard. 

in general, more detailed reports, including the error messages you
get and typescripts of the monitor session, make it much easier to
debug problems like this.

in the absence of either...

the .o file must be readable by the postgres backend process; this
process usually runs as user 'postgres', which means you need the
.o files to be world-readable.
					mike
