Re: [GENERAL] ERROR: bogus varno

2005-09-09 Thread Michael Fuhr
On Fri, Sep 09, 2005 at 03:50:28PM -0600, Michael Fuhr wrote: > Grab the latest code from CVS or wait until 8.1beta2 comes out. It looks like snapshots are available here: http://www.postgresql.org/ftp/dev/ -- Michael Fuhr ---(end of broadcast)--

Re: [GENERAL] ERROR: bogus varno

2005-09-09 Thread Bricklen Anderson
Tom Lane wrote: > Bricklen Anderson <[EMAIL PROTECTED]> writes: > >>8.1beta1, linux > > >>dev#EXPLAIN ANALYZE select sum(bytes) from user_bw where id=33897; >>ERROR: bogus varno: 205 > > > Known bug, fixed a week or two back. > > regards, tom lane > Yep, that fixed it

Re: [GENERAL] ERROR: bogus varno

2005-09-09 Thread Bricklen Anderson
Tom Lane wrote: > Bricklen Anderson <[EMAIL PROTECTED]> writes: > >>dev#EXPLAIN ANALYZE select sum(bytes) from user_bw where id=33897; >>ERROR: bogus varno: 205 > > > Known bug, fixed a week or two back. > > regards, tom lane > Thanks, I'll have to grab the more recent v

Re: [GENERAL] ERROR: bogus varno

2005-09-09 Thread Tom Lane
Bricklen Anderson <[EMAIL PROTECTED]> writes: > 8.1beta1, linux > dev#EXPLAIN ANALYZE select sum(bytes) from user_bw where id=33897; > ERROR: bogus varno: 205 Known bug, fixed a week or two back. regards, tom lane ---(end of broadcast)---

Re: [GENERAL] ERROR: bogus varno

2005-09-09 Thread Michael Fuhr
On Fri, Sep 09, 2005 at 02:35:07PM -0700, Bricklen Anderson wrote: > 8.1beta1, linux > > If I issue a query from a view with a WHERE condition, w/ EXPLAIN ANALYZE, I > am > receiving an error: > > dev#EXPLAIN ANALYZE select sum(bytes) from user_bw where id=33897; > ERROR: bogus varno: 205 Sear