Re: OIDs and JDBC

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: OIDs and JDBC
Дата
Msg-id Pine.LNX.4.21.0010091236520.772-100000@maidast.demon.co.uk
обсуждение исходный текст
Ответ на Re: OIDs and JDBC  (Nelson Ferreira Jr <nelson@radix.com.br>)
Список pgsql-general
On Fri, 6 Oct 2000, Nelson Ferreira Jr wrote:

>         You have to remove the LOs manually and after this delete the
> row that contains the OID...
>          By the way, How can I remove the orphans LOs of a database ? Is
> there a vaccum command that works for LOs ?

No, as it would be database/application specific.

Ie: a large object is only called an orphan because it's not actually
refered to by anything in the database (other than in the system
tables). You can still use it if you know it's oid, which you can get by a
simple query on the system tables.

Peter

--
Peter T Mount peter@retep.org.uk http://www.retep.org.uk
PostgreSQL JDBC Driver http://www.retep.org.uk/postgres/
Java PDF Generator http://www.retep.org.uk/pdf/



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

Предыдущее
От: Peter Mount
Дата:
Сообщение: Re: OID use
Следующее
От: Peter Mount
Дата:
Сообщение: Re: image storing