Re: What is paging my psql

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: lejeczek <peljasz(at)yahoo(dot)co(dot)uk>
Cc: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: What is paging my psql
Date: 2025-11-21 13:34:07
Message-ID: CAKFQuwbYJivMKDN4Uf14zj7ggkDsHi4tfVws-=6G41v8+NOx-A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Friday, November 21, 2025, lejeczek <peljasz(at)yahoo(dot)co(dot)uk> wrote:

>
> All three servers show the same:
> -> $ psql --port=5437 -c '\pset' | egrep -i pager
> pager 1
> pager_min_lines 0
>

Everything seems to be working as intended. You just seem to have
incorrect expectations.

Whether the pager is used is conditioned on actual output data.

pset controls client settings and those are never “saved”. They have their
default values and a psqlrc file if you wish to change them during program
startup.

David J.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Banck 2025-11-21 13:44:20 Re: Can't update RPM package to latest version
Previous Message lejeczek 2025-11-21 09:43:36 Re: What is paging my psql