psql 8.4 \c repeats version banner - Mailing list pgsql-hackers

From Peter Eisentraut
Subject psql 8.4 \c repeats version banner
Date
Msg-id 1262019002.10841.5.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: psql 8.4 \c repeats version banner
Re: psql 8.4 \c repeats version banner
List pgsql-hackers
In 8.3, running \c from a file prints something like

You are now connected to database "postgres".

In 8.4 it prints

psql (8.4.1)
You are now connected to database "postgres".

Is it intentional/sensible to repeat the startup banner every time the
connection changes, or was this unintentionally introduced while the
startup banner was reshuffled in 8.4?



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: New VACUUM FULL
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Provide rowcount for utility SELECTs