From: | Greg Sabino Mullane <greg(at)endpoint(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Btree or not btree? That is the question |
Date: | 2012-07-09 20:21:19 |
Message-ID: | 20120709202119.GA10117@tinybird.home |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> > ERROR: could not open relation with OID 1554847326
>
> Is that the *entire* message? No details? Could you crank up the
> log verbosity so we can get file and line number, at least?
Yes, that's the entire thing, other than the statement line after it.
In this particular case:
STATEMENT: UPDATE mytable SET foobar = 'T' WHERE id IN ($1,$2,$3,$4)
I'll start the wheels rolling for upping the verbosity.
--
Greg Sabino Mullane greg(at)endpoint(dot)com
End Point Corporation
PGP Key: 0x14964AC8
From | Date | Subject | |
---|---|---|---|
Next Message | Shaun Thomas | 2012-07-09 20:30:01 | Synchronous Standalone Master Redoux |
Previous Message | Tom Lane | 2012-07-09 20:02:13 | Re: Btree or not btree? That is the question |