Search Postgresql Archives

Re: Catching dangling LOBs?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxx> wrote:
> Vitaly Belman <vitalyb@xxxxxxxxx> 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@xxxxxxxxxxx
 Yahoo!: VitalyBe

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux