View Single Post

   
  #8 (permalink)  
Old 04-08-2008, 09:33 PM
Tom Lane
 
Posts: n/a
Default Re: Catching dangling LOBs?

Vitaly Belman <vitalyb@gmail.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

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Reply With Quote