Re: get rid of psql welcome message

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Brendan Jurd <direvus(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: get rid of psql welcome message
Date: 2008-04-17 16:04:16
Message-ID: 20080417090416.0b5bb5c4@jd-laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 17 Apr 2008 11:11:58 -0400
Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

>
>
> Brendan Jurd wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On Fri, Apr 18, 2008 at 12:36 AM, Tom Lane wrote:
> >
> >> Peter Eisentraut writes:
> >> > Around it
> >> > was proposed to truncate the psql welcome screen. What do you
> >> > think about that?
> >>
> >> Personally. I'm very seriously against losing the version number
> >> banner. I could do without any of the rest of it.

Currently our prompt is fairly verbose:

Welcome to psql 8.1.10, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

We could just do:

psql 8.1.10 - postgresql server version 8.1.10

Type: \h for SQL help, \? for psql help, \q to quit

postgres=#

--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL SPI Liaison | SPI Director | PostgreSQL political pundit

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kris Jurka 2008-04-17 16:10:38 [Pljava-dev] stack depth limit exceeded - patch possible?
Previous Message Tom Lane 2008-04-17 16:00:52 Re: count(*) performance improvement ideas