Re: Paging through table one row at a ttime - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Paging through table one row at a ttime
Date
Msg-id Ytq2v0ZWVk2I7ckD@momjian.us
Whole thread Raw
In response to Re: Paging through table one row at a ttime  (H <agents@meddatainc.com>)
List pgsql-general
On Fri, Jul 22, 2022 at 04:33:14PM +0200, H wrote:
> Let me flesh out my need a little bit more. I have a need for a
> quick-and-dirty solution to paging through a postgresql table. pspg
> almost fits that need but could be even better. Using pspg I can
> either: (1) view one table row in each pspg terminal window row using
> the pspg flag to shorten columns, or (2) list as much of the table row
> in the pspg terminal window as fits. Depending on the size of the row,
> this could mean less than one table row or more than one table row.
>
> To make it easier to view individual table rows in eg. pspg I would
> like to view exactly one table row, not more, and ideally each column
> of that table row would use individual pspg terminal rows.
>
> I hope that makes it clearer. Hoping this might be possible, either
> using pspg or other similar software. I am not writing any application
> code.

I would ask the pspg author on something that specific.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson




pgsql-general by date:

Previous
From: H
Date:
Subject: Re: Paging through table one row at a ttime
Next
From: Sergey Burladyan
Date:
Subject: How does postgres sort large strings?