Re: psql: anyone ever notice? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql: anyone ever notice?
Date
Msg-id 11556.974663041@sss.pgh.pa.us
Whole thread Raw
In response to psql: anyone ever notice?  (Vince Vielhaber <vev@michvhf.com>)
Responses Re: psql: anyone ever notice?  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Re: psql: anyone ever notice?  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List pgsql-hackers
Vince Vielhaber <vev@michvhf.com> writes:
> $ psql -?
> psql: No match.

Odd --- I get the right thing:

$ psql -?
This is psql, the PostgreSQL interactive terminal.

Usage: psql [options] [dbname [username]]

Options: -a              Echo all input from script -A              Unaligned table output mode (-P format=unaligned)
[etc etc]

Something different about long-option handling on your platform, maybe?
What is your platform, anyway?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: psql: anyone ever notice?
Next
From: Peter Eisentraut
Date:
Subject: Re: psql: anyone ever notice?