Group: pgsql.general


Subject: Column pgl.transaction does not exist in 8.3 beta 4
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 12/7/2007 8:21:08 PM
Shelby Cain <alyandon@yahoo.com> writes: > Just upgraded from 8.2.5 to 8.3b4 on Windows and after reimporting my > database I noticed the following messages are showing up sporadically > in the server logs: > 2007-12-07 11:56:17 CST ERROR: column pgl.transaction does not exist at character 171 > Looks like it should be referencing pgl.transactionid instead? Most likely you want pg_locks.virtualtransaction, instead --- that's the closest match to the old behavior of pg_locks.transaction. > Anyone have any idea as to what is generating this statement? Nope. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings