Re: [GENERAL] Failing lo_import on RH 5.1 -- postgresql-6.3.2 (please help-I'm on my knees..)

From: Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu>
To: jeroen(at)rulffh(dot)medfac(dot)leidenuniv(dot)nl
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Failing lo_import on RH 5.1 -- postgresql-6.3.2 (please help-I'm on my knees..)
Date: 1998-11-12 17:50:13
Message-ID: 199811121750.KAA21884@trillium.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[jeroen(at)rulgfu sql]$ psql -f test.sql
insert into testfile values (lo_import('test.sql'));
ERROR: be_lo_import: can't open unix file"test.sql"

Isn't the problem that the backend expects test.sql to be in the data
directories somewhere? Try a full path.

Cheers,
Brook

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edmund Mergl 1998-11-12 19:29:30 [Fwd: A trouble with postgres]
Previous Message A James Lewis 1998-11-12 16:34:42 Re: [GENERAL] Failing lo_import on RH 5.1 -- postgresql-6.3.2 (please help-I'm on my knees..)