Question about psql for win32 - Mailing list pgsql-interfaces

From Rolf Brunsendorf
Subject Question about psql for win32
Date
Msg-id 3.0.6.32.19990413182651.007a83d0@pop3.netcologne.de
Whole thread Raw
List pgsql-interfaces
Hi,
can someone tell me how to import a large object which is located on a
win32 machine?
On the postgres host the following statement works fine:

INSERT INTO fotos (name, raster)
VALUES ('some text', lo_import('/bilder/b000001.gif'));

How must the above look like if I try to import a file from another
unix-machine and how does it work with psql for win32 if the file to import
lies on the Windows machine???
Thanks for help. Please mail to my address I've not subscribed.

Regards Rolf




pgsql-interfaces by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [INTERFACES] Auto incrementing Field
Next
From: "Israel Zavalza Bahena"
Date:
Subject: RE: [pgsql-ayuda] PSQL ODBC & Visual Basic