Question about psql client

From: Rolf Brunsendorf <rolf-b(at)netcologne(dot)de>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Question about psql client
Date: 1999-04-13 18:56:25
Message-ID: 3.0.6.32.19990413205625.007a3980@pop3.netcologne.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Stephen Hurrell 1999-04-13 21:08:17 Postgresql 6.4.2 and Oracle JDeveloper 1.1 using JDBC Interface.
Previous Message Michael Meskes 1999-04-13 18:44:12 Re: [INTERFACES] Case sensitive?