Vince Vielhaber <vev(at)michvhf(dot)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