ERROR: tuplestore_gettuple: invalid state

From: Nabil Sayegh <postgresql(at)e-trolley(dot)de>
To: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: ERROR: tuplestore_gettuple: invalid state
Date: 2003-06-27 19:35:14
Message-ID: 1056742513.619.1.camel@billy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Any idea what

ERROR: tuplestore_gettuple: invalid state

could mean ?

I took the tablefunc from 7.3.3 and installed it on a 7.3.2 system.

SELECT * FROM connectby('nav', 'id_nav', 'id2_nav', 'pos', '1', 0) as
tree (id_nav int, id2_nav int, level int, serial int) join nav using
(id_nav) order by tree.serial;

TIA
--
e-Trolley Sayegh & John, Nabil Sayegh
Tel.: 0700 etrolley /// 0700 38765539
Fax.: +49 69 8299381-8
PGP : http://www.e-trolley.de

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Chad Thompson 2003-06-27 20:16:17 Re: Probably a stupid question
Previous Message Nabil Sayegh 2003-06-27 16:47:29 Re: Fw: Removing foreign key and adding sequence