Deleting BLOBs

Поиск
Список
Период
Сортировка
От Neanderthelle Jones
Тема Deleting BLOBs
Дата
Msg-id Pine.LNX.4.64.1208121919470.29266@calypso.view.net.au
обсуждение исходный текст
Ответы Re: Deleting BLOBs
Re: Deleting BLOBs
Список pgsql-general
I'd like to delete all the image files from a table by issuing an
interactive psql command.  Given

CREATE TABLE image (
    name text,
    rast oid
);

with most tuples having images in rast, wanna do something like

=> select lo_unlink('select rast from image');

Can such a thing be done, and how?  I guess I've forgotten the syntax.

Or will an update that sets the oids to null or 0 work?

(pgsql 9.1.2)

Thanks.


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

Предыдущее
От: "Andrus"
Дата:
Сообщение: Re: How to raise error from PostgreSql SQL statement if some condition is met
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Deleting BLOBs