Обсуждение: Question about psql client

Поиск
Список
Период
Сортировка

Question about psql client

От
Rolf Brunsendorf
Дата:
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