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.94.2) (envelope-from ) id 1tzvyG-008o8I-I4 for pgsql-admin@arkaria.postgresql.org; Wed, 02 Apr 2025 11:09:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tzvyF-00CVI1-0v for pgsql-admin@arkaria.postgresql.org; Wed, 02 Apr 2025 11:09:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tzvyE-00CVHs-Lq for pgsql-admin@lists.postgresql.org; Wed, 02 Apr 2025 11:09:22 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tzvyC-002wzA-1T for pgsql-admin@lists.postgresql.org; Wed, 02 Apr 2025 11:09:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Type:MIME-Version:References:Reply-To: Message-ID:Subject:Cc:To:Sender:From:Date:Content-Transfer-Encoding: Content-ID:Content-Description; bh=OOsXqxTz5ZoVU+CRrLYEK7JfE0fXH4iJcQzbkq9gCOo=; b=uD/Ar6kB2ZGzRhENSy1mSGBiFF AFBl4nkcgLgi1hweIOB4U/d68tMhV3OhuE/Fdq3T4Ebjf+IlAK4imDc6VFJ+2vdN32GAKbFQb5+zz 8/Q2h1ygNNb0M2NchV0EehLO1ticDopNv+F/ulvKNTNPrJvNa7WfyT6x8vHT6Cs3AsBs=; Received: from depesz by depesz.com with local (Exim 4.96) (envelope-from ) id 1tzvyB-00CzVm-0g; Wed, 02 Apr 2025 13:09:19 +0200 Date: Wed, 2 Apr 2025 13:09:19 +0200 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: Edwin UY Cc: Pgsql-admin Subject: Re: psql formatting question Message-ID: Reply-To: depesz@depesz.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Apr 02, 2025 at 05:55:26PM +1300, Edwin UY wrote: > Hi, > > Apologies to start with as this is run against a RDS database. > TBH, I wish I have non-RDS database to learn PostgreSQL more. I do am > looking for a remote job :-) > > Anyway, on to the question. > I am pretty sure the answer will be a NO but maybe it isn't. > Are there any psql settings that I can set to format the output for below > so that the output of settings is wrapped sort of? \pset format wrapped Best regards, depesz