Question about psql for win32

From: Rolf Brunsendorf <rolf-b(at)netcologne(dot)de>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Question about psql for win32
Date: 1999-04-13 16:26:51
Message-ID: 3.0.6.32.19990413182651.007a83d0@pop3.netcologne.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 1999-04-13 18:44:12 Re: [INTERFACES] Case sensitive?
Previous Message Thomas Lockhart 1999-04-13 15:15:36 Re: [INTERFACES] Auto incrementing Field