| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | get rid of psql welcome message |
| Date: | 2008-04-17 12:39:43 |
| Message-ID: | 200804171439.44330.peter_e@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Around <http://archives.postgresql.org/pgsql-patches/2008-01/msg00089.php> it
was proposed to truncate the psql welcome screen. What do you think about
that?
Personally, I'd get rid of it all, because it gets boring after about three
uses, so that we would be at
peter(at)colt:~$ psql testdb
testdb=#
The version mismatch warning would remain, of course.
I'd also like to get rid of the SSL notice but I'm not sure what to replace it
by. Something in the prompt perhaps?
Btw., any user could put the welcome message in his own psqlrc file via \echo
commands in case they are really attached to it.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2008-04-17 12:52:17 | Re: Lessons from commit fest |
| Previous Message | Alvaro Herrera | 2008-04-17 12:34:52 | Re: Proposed patch - psql wraps at window width |