Thread: Question about psql client

Question about psql client

From
Rolf Brunsendorf
Date:
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