Re: psql and blob

From: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
To: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: psql and blob
Date: 2003-09-17 18:06:40
Message-ID: 200309172006.40372.darko.prenosil@finteh.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 17 September 2003 18:32, Daniel Schuchardt wrote:
> 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.
>
http://www.postgresql.org/docs/7.3/interactive/largeobjects.html
is what You need.

Regards !

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry Tkach 2003-09-17 18:07:27 Weird query plan
Previous Message David Link 2003-09-17 17:51:36 Why does adding SUM and GROUP BY destroy performance?