Description of lo_import and lo_export

Поиск
Список
Период
Сортировка
От Ing. Roberto Andrade
Тема Description of lo_import and lo_export
Дата
Msg-id Pine.SOL.3.91.990304131756.21741F-100000@campus
обсуждение исходный текст
Список pgsql-sql
Hi:

I need to show some jpgs that I have on a table. I know that it can be done using:

SELECT lo_export(image.raster, "/tmp/myfile" from image
    WHERE name = 'somename';

but this way I just can do it ONE at a time.

I want to show (save to fs) all or some of the images using something like:

SELECT lo_export(image.raster, "something") from image;

But I can't imagine how to do it!

TIA,

Roberto Andrade Fonseca



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Pavel PaJaSoft Janousek"
Дата:
Сообщение: Minimal rights
Следующее
От: Remigiusz Sokolowski
Дата:
Сообщение: rules