bidirectional cursors on views

From: Shachar Shemesh <psql(at)shemesh(dot)biz>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: bidirectional cursors on views
Date: 2003-08-17 16:55:00
Message-ID: 3F3FB364.5020802@shemesh.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ivan 2003-08-17 18:30:13 Re: DOMAIN NEED CAST ?
Previous Message Rod Taylor 2003-08-17 16:48:02 Re: DOMAIN NEED CAST ?