Re: Paging through table one row at a ttime

From: H <agents(at)meddatainc(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Paging through table one row at a ttime
Date: 2022-07-22 12:28:21
Message-ID: 9757a08e-7c32-048b-5584-b1bf09004dff@meddatainc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/20/2022 03:09 PM, H wrote:
> I am running postgres 13 under CentOS 7. I have a need to be able to page through a table one row at a time, possibly using pspg (or other tool) allowing me to move in either direction in the table one single row at a time. Ideally only the columns in the selected row should be visible, even better if there would be one column of that row per row in the terminal window but that would probably be wishing for too much.
>
> Is there any configuration of pspg that would allow me to do the above?
>
>
>
I have not seen any replies to my question above - is this perhaps not possible to do?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2022-07-22 13:05:31 Re: Paging through table one row at a ttime
Previous Message Dean Rasheed 2022-07-22 11:04:06 Re: [PATCH] Introduce array_shuffle() and array_sample()