Question about psql client - Mailing list pgsql-interfaces

From Rolf Brunsendorf
Subject Question about psql client
Date
Msg-id 3.0.6.32.19990413205625.007a3980@pop3.netcologne.de
Whole thread Raw
List pgsql-interfaces
Hi,

On the postgres host using psql client 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 which is located on
another
linux machine and how does it work with psql for win32 if the file to import
is located on the Windows machine???
Thanks for help.

Regards Rolf




pgsql-interfaces by date:

Previous
From: "Israel Zavalza Bahena"
Date:
Subject: RE: [pgsql-ayuda] PSQL ODBC & Visual Basic
Next
From: Stephen Hurrell
Date:
Subject: Postgresql 6.4.2 and Oracle JDeveloper 1.1 using JDBC Interface.