Re: Paging through table one row at a ttime

2022-07-22 Thread Bruce Momjian
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

Re: Paging through table one row at a ttime

2022-07-22 Thread H
On 07/22/2022 03:14 PM, Bruce Momjian wrote: > On Fri, Jul 22, 2022 at 07:05:31AM -0600, Rob Sargent wrote: >> >>> On Jul 22, 2022, at 6:31 AM, H wrote: >>> >>> 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 on

Re: Paging through table one row at a ttime

2022-07-22 Thread Bruce Momjian
On Fri, Jul 22, 2022 at 07:05:31AM -0600, Rob Sargent wrote: > > > > On Jul 22, 2022, at 6:31 AM, H wrote: > > > > 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 ot

Re: Paging through table one row at a ttime

2022-07-22 Thread Rob Sargent
> On Jul 22, 2022, at 6:31 AM, H wrote: > > 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 sin

Re: Paging through table one row at a ttime

2022-07-22 Thread H
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

Paging through table one row at a ttime

2022-07-20 Thread H
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 bet