Re: bidirectional cursors on views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shachar Shemesh <psql(at)shemesh(dot)biz>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bidirectional cursors on views
Date: 2003-08-17 23:50:35
Message-ID: 14195.1061164235@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Shachar Shemesh <psql(at)shemesh(dot)biz> writes:
> Am I to understand that psql's nativ cursors support bidirectional
> movements on views? That is good news, actually.

They do. (Complex views, like joins, may not work real well before
7.4.)

I suspect your real difficulty is that a view will not expose the ctid
column of the underlying table (if any).

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-08-18 01:24:20 failure in latest cvs
Previous Message Tom Lane 2003-08-17 22:25:08 Re: 7.4 beta 1 getting out of swap