Is psql command line interface broken on HEAD? - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Is psql command line interface broken on HEAD?
Date
Msg-id 47ED2083.1000500@sun.com
Whole thread Raw
Responses Re: Is psql command line interface broken on HEAD?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
When I try run psql with a option on HEAD I get following message:

-bash-3.2$ /var/tmp/pg84_upg/bin/psql template1 -t
psql: FATAL:  role "-t" does not exist

when I change a order to

var/tmp/pg84_upg/bin/psql -t template1

then everything is OK.

Does it intention or it is a bug? Current behavior correspond with psql help but 
It works fine on 8.1, 8.2 (8.3 not tested).
    Thanks Zdenek



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Prereading using posix_fadvise (was Re: Commitfest patches)
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Implemented current_query