Re: .psqlrc output for \pset commands - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: .psqlrc output for \pset commands
Date
Msg-id 200807200216.51457.peter_e@gmx.net
Whole thread Raw
In response to Re: .psqlrc output for \pset commands  (Bruce Momjian <bruce@momjian.us>)
Responses Re: .psqlrc output for \pset commands  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Am Thursday, 17. July 2008 schrieb Bruce Momjian:

> > Anyways the thing that struck me as odd was the messages appearing
> > *before* the header. It seems to me the header should print followed by
> > .psqlrc output followed by normal output.
>
> Do you like this better?
>
>     $ psql test
>     psql (8.4devel)
>     Type "help" for help.
>     Output format is wrapped.
>
>     test=>
>
> The attached patch accomplishes this.

The psqlrc file must be read before the welcome message is printed, so that 
you can disable the welcome message in the psqlrc file.  Otherwise we are 
reopening the whole issue of when and whether to print a welcome message that 
we had just settled.


pgsql-hackers by date:

Previous
From: "Florian G. Pflug"
Date:
Subject: Re: Getting to universal binaries for Darwin
Next
From: Peter Eisentraut
Date:
Subject: Re: Getting to universal binaries for Darwin