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

From: Luiz Fernandes <lepfer(at)uol(dot)com(dot)br>
To: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: How to find whether a cursor can scroll with libpq
Date: 2021-03-09 16:49:58
Message-ID: 19632108-0f39-fbf1-87cf-bc34043b2a7f@uol.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Thanks, Dmitry.
So, I can try to obtain this info querying this view.

Regards,
Luiz

On 2021-03-09 11:49, Dmitry Igrishin wrote:
> вт, 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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Giovani Garcia 2021-04-01 03:33:40 Doubt regarding query parameter metadata
Previous Message Dmitry Igrishin 2021-03-09 14:49:53 Re: How to find whether a cursor can scroll with libpq