Re: Catching dangling LOBs?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vitaly Belman <vitalyb(at)gmail(dot)com>
Cc: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Catching dangling LOBs?
Date: 2005-04-15 23:15:02
Message-ID: 8608.1113606902@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vitaly Belman <vitalyb(at)gmail(dot)com> writes:
> P.S Still a bit strange because "functions" IS in the search_path,
> there is no reason for it not to find it from the vacuum.

I see this in vacuumlo.c:

res = PQexec(conn, "SET search_path = pg_catalog");

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Costin Manda 2005-04-16 07:15:55 Division by zero
Previous Message Vitaly Belman 2005-04-15 23:06:17 Re: Catching dangling LOBs?