[HACKERS] About the simple_heap_update function

2007-04-26 Thread rupesh bajaj
Hi, I try to update a tuple in pg_attribute table by using the function simple_heap_update while somequery processing is going on. But when I use to see the value of that tuple(just updated) once again by SearchSysCache function in the same query processing, I am not able to see the updated

Re: [HACKERS] About the simple_heap_update function

2007-04-26 Thread Tom Lane
rupesh bajaj [EMAIL PROTECTED] writes: I try to update a tuple in pg_attribute table by using the function simple_heap_update while somequery processing is going on. But when I use to see the value of that tuple(just updated) once again by SearchSysCache function in the same query processing,