Re: Version number in psql banner - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: Version number in psql banner
Date
Msg-id 20050902050347.GA59734@winnie.fuhr.org
Whole thread Raw
In response to Re: Version number in psql banner  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-hackers
On Thu, Sep 01, 2005 at 11:34:37PM -0500, Jim C. Nasby wrote:
> As a side note, there's a typo in \?:
> 
>   \c[onnect] [DBNAME|- [USER]]
> 
> Note the | where there should be a ].

Eh?  Looks right to me; the | indicates an alternate, i.e., that
you can use either DBNAME or -.  I often use - to connect to the
same database as a different user.

test=> \c - postgres
You are now connected as new user "postgres".
test=# 

-- 
Michael Fuhr


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Version number in psql banner
Next
From: Tino Wildenhain
Date:
Subject: Re: typo? was: Version number in psql banner