Re: Catching dangling LOBs?

Поиск
Список
Период
Сортировка
От Vitaly Belman
Тема Re: Catching dangling LOBs?
Дата
Msg-id fa96e3c6050415112151e68f30@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Catching dangling LOBs?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Catching dangling LOBs?
Список pgsql-general
Thanks Tom, that's indeed what I needed.

However, I am having some problem with it. It goes:

----------------------
Checking edition_picture in public.editions
Checking book_picture in public.books
Failed to check book_picture in table public.books:
ERROR:  function bayes(real, integer, integer, numeric) does not exist
HINT:  No function matches the given name and argument types. You may need to ad
d explicit type casts.
CONTEXT:  SQL function "bayes_books" during inlining
----------------------

The only relation to "bayes_books" in this table is:
--------------
CREATE INDEX i_books_vote_rel_avg
  ON public.books
  USING btree
  (bayes_books(vote_avg, vote_count));
---------------
I tried running the function as it is and it seems to working just
fine. Anyone has an idea what might the vacuum do to trigger such an
error?

On 4/15/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Vitaly Belman <vitalyb@gmail.com> writes:
> > Is there a way for me to catch these unused LOBs?
>
> contrib/vacuumlo might help, IIRC.
>
>                         regards, tom lane
>


--
 ICQ: 1912453
 AIM: VitalyB1984
 MSN: tmdagent@hotmail.com
 Yahoo!: VitalyBe

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

Предыдущее
От: Mario Weilguni
Дата:
Сообщение: Re: PostgreSQL Database cluster with multiple different locale settings?
Следующее
От: "Garris, Nicole"
Дата:
Сообщение: Admin Tool to Send Me Email