Re: updatable cursors and ORDER BY

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: updatable cursors and ORDER BY
Date: 2018-06-12 02:59:28
Message-ID: 18585.1528772368@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
> I think we should still add the second part, because it currently
> doesn't say anything about that a cursor declaration might fail if an
> updatable cursor cannot be created.

I still think it wouldn't add anything. Any other error in the command
would cause the cursor declaration to fail, too.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Alexander Korotkov 2018-06-12 18:08:39 Re: Improving docs for strict_word_similarity()
Previous Message Peter Eisentraut 2018-06-12 00:44:14 Re: updatable cursors and ORDER BY