Обсуждение: Large objects...

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

Large objects...

От
Andrew Schmeder
Дата:
Hello all,

I am attempting to use large objects to store chunks of text and binary data.
I am using PHP and sometimes need to do things through psql also.
PHP has a function to "unlink" a large object, i.e. delete it.
Is there an explict way to delete a large object via psql?  I have been using
lo_import to place data, and I want to make sure there are no large objects
floating around that I am not aware of.

Thanks,
Andy