large objects over network connection - Mailing list pgsql-sql

From oskar stuffer
Subject large objects over network connection
Date
Msg-id XFMail.991115124954.oskar@sad.it
Whole thread Raw
List pgsql-sql
Hi!

I'm developing a program for a client-server document retrieval system.
I would like to implement it using large objects.
The client software is running on a different computer than the postmaster
process is.
The lo_import and lo_export registered built in functions running on the client
machine always refer to the filesystem of the machine where postmaster is
running.
Obviously, i need the files on the machine where the client is running.
What can I do if I don't want to use nfs, rcp or similar?

oskar stuffer
---
Very few profundities can be expressed in less than 80 characters.



pgsql-sql by date:

Previous
From: Stoyan Genov
Date:
Subject: Re: [SQL] Trying to move a 6.1 database to 6.5
Next
From: "D'Arcy" "J.M." Cain
Date:
Subject: Re: [SQL] how can tell if a column is a primary key?