Paging through table one row at a ttime

From: H <agents(at)meddatainc(dot)com>
To: PostgreSQL Users Mailing List <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Paging through table one row at a ttime
Date: 2022-07-20 13:09:51
Message-ID: b2f08cd9-1c05-4daf-ceb2-42d91ddcd0a5@meddatainc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc Millas 2022-07-20 13:26:23 Re: postgis
Previous Message Karthik K L V 2022-07-20 12:59:37 Re: operator does not exist: text = bytea