Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vMWI3-00CTUc-09 for pgsql-admin@arkaria.postgresql.org; Fri, 21 Nov 2025 18:55:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vMWI1-008tpz-0k for pgsql-admin@arkaria.postgresql.org; Fri, 21 Nov 2025 18:55:25 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vMWI0-008tpq-2q for pgsql-admin@lists.postgresql.org; Fri, 21 Nov 2025 18:55:25 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vMWHy-000k1m-2L for pgsql-admin@lists.postgresql.org; Fri, 21 Nov 2025 18:55:24 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 5ALItM9e2223524; Fri, 21 Nov 2025 13:55:22 -0500 From: Tom Lane To: lejeczek cc: "pgsql-admin@lists.postgresql.org" Subject: Re: What is paging my psql In-reply-to: <0401ab2d-16cb-47b1-a872-bbb1d4ec1ff7@yahoo.co.uk> References: <5844ca0b-4015-4c56-a43a-f44608185477.ref@yahoo.co.uk> <5844ca0b-4015-4c56-a43a-f44608185477@yahoo.co.uk> <0dcb33c5-ca74-4003-9808-adfb4a2d3655@yahoo.co.uk> <0401ab2d-16cb-47b1-a872-bbb1d4ec1ff7@yahoo.co.uk> Comments: In-reply-to lejeczek message dated "Fri, 21 Nov 2025 18:55:21 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2223522.1763751322.1@sss.pgh.pa.us> Date: Fri, 21 Nov 2025 13:55:22 -0500 Message-ID: <2223523.1763751322@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk lejeczek writes: > I've only been trying to show that three boxes I have, with > virtually the same settings, same env, same (absent!) shell > vars, behave differently when they show _same_ output for > the _same_ simple query. [ shrug... ] So there is something different about those boxes. We have less information about that than you do. Have you checked ~/.psqlrc on all three? regards, tom lane