psql and blob

From: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: psql and blob
Date: 2003-09-17 16:32:25
Message-ID: 1063816322.750.5.camel@ds-debian
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi @ all,

i'm sure there was a psql-function to transfere my Blob-Data to the
server but I can't remember.

I have a script like this :

UPDATE xy SET z = lo_import('localpath_and_file');

but i want to execute this script from the client and so my blob-data is
on the client and lo_import fails (the server doesn't have this file).
Hm.

Thanks for tips - Daniel.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Network Administrator 2003-09-17 16:53:16 Re: Database Recovery Procedures
Previous Message Daniel Schuchardt 2003-09-17 16:31:47 psql and blob