public inbox for [email protected]  
help / color / mirror / Atom feed
From: David G. Johnston <[email protected]>
To: [email protected]
Subject: Re: PG-15 - Format problems after jump migration from 9-4 to 15
Date: Fri, 17 Jan 2025 18:25:50 -0700
Message-ID: <CAKFQuwY0MNcT3q8=S=bOvdQMnMUeGdHNYP8hMT7r7Cm=gb=bEg@mail.gmail.com> (raw)
In-Reply-To: <Z4r_s1u61VLjO3xT@deb-M90>
References: <Z4r_s1u61VLjO3xT@deb-M90>

On Fri, Jan 17, 2025 at 6:11 PM Ennio-Sr <[email protected]> wrote:

> Could you please give me some hints to overcome the problem?
>
> §§--> And this is what appears on the screen when I enter 'mydb':
>
> usr@deby:~$ psql mydb
> Target width is 150.
> Output format is wrapped.
> psql (15.10 (Debian 15.10-0+deb12u1))
> Type "help" for help.
>
>
You are executing the corresponding \pset commands for those two options in
your .psqlrc file.  For scripts you generally don't want to do that. Either
modify your .psqlrc file, or pass -X to your psql command to ignore it.

Otherwise, those should be output on stdout; you can use your shell's tools
to send it elsewhere so your output capture doesn't see it.

Modifying "echo" output might also work.

David J.


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: PG-15 - Format problems after jump migration from 9-4 to 15
  In-Reply-To: <CAKFQuwY0MNcT3q8=S=bOvdQMnMUeGdHNYP8hMT7r7Cm=gb=bEg@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox