bidirectional cursors on views - Mailing list pgsql-hackers

From Shachar Shemesh
Subject bidirectional cursors on views
Date
Msg-id 3F3FB364.5020802@shemesh.biz
Whole thread Raw
Responses Re: bidirectional cursors on views
List pgsql-hackers
Hi all,

When I try to open (using MFC) a non-forward only cursor on a view (i.e. 
- select * from viewname), I get an error of "attribute ctid not found". 
There are some chances that this is an ODBC problem, but my research 
suggests that the dependancy on ctid is created by the database itself.

Can anyone comment about this? Is this problem solveable?
         Shachar

-- 
Shachar Shemesh
Open Source integration consultant
Home page & resume - http://www.shemesh.biz/




pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Question with hashed IN
Next
From: Rod Taylor
Date:
Subject: Re: DOMAIN NEED CAST ?