Re: How to find whether a cursor can scroll with libpq

From: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
To: Luiz Fernandes <lepfer(at)uol(dot)com(dot)br>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: How to find whether a cursor can scroll with libpq
Date: 2021-03-09 14:49:53
Message-ID: CAAfz9KNGMcr=qO-5ikv5tbVDdcH+RrubO=b+RdrMsio1okszxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

вт, 9 мар. 2021 г. в 16:44, Luiz Fernandes <lepfer(at)uol(dot)com(dot)br>:
>
> Hi,
>
> Is it possible to find with libpq whether a cursor can scroll or not,
> given the connection and the name of the cursor?
No. But there is a system view --
https://www.postgresql.org/docs/current/view-pg-cursors.html
>
> Thanks,
> Luiz Fernandes
>
>
>

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Luiz Fernandes 2021-03-09 16:49:58 Re: How to find whether a cursor can scroll with libpq
Previous Message Luiz Fernandes 2021-03-09 13:40:25 How to find whether a cursor can scroll with libpq