Обсуждение: Large Object OID

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

Large Object OID

От
"John Huttley"
Дата:
I've been programming with libpq and things have been
working quite well.

There are two puzzles though.

How do you destroy a large_object?
AFAIK, the only way to do it is to put its OID into a tuple in a table and
then delete that tuple.


How do you truncate a large_object?

Regards,

John