Re: BUG #4002: Error when I attemp to make a query by prompt - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4002: Error when I attemp to make a query by prompt
Date
Msg-id 10360.1204311093@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4002: Error when I attemp to make a query by prompt  (Bill Moran <wmoran@collaborativefusion.com>)
List pgsql-bugs
Bill Moran <wmoran@collaborativefusion.com> writes:
> In response to "Mario Plazas" <marioplazas@gmail.com>:
>> C:\Archivos de programa\PostgreSQL\8.3\bin>"C:\Archivos de
>> programa\PostgreSQL\8
>> .3\bin\psql.exe" DBASE superpostgres -C "SELECT * FROM companies;"
>> psql: warning: extra command-line argument "-C" ignored
>> psql: warning: extra command-line argument "SELECT * FROM companies;"
>> ignored

> I believe the problem is that you want -c, not -C (case is important).

The other problem is that -c and its argument need to come *before* the
non-switch arguments (database and user name).

>> It works fine on ver. 8.2.4-1 I think that this is a bug for the ver.
>> 8.3.0-1 .

It is not a bug.  Some versions of getopt() happen to be laxer about
argument order than others, but we don't promise that the non-documented
order will work.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bill Moran
Date:
Subject: Re: BUG #4002: Error when I attemp to make a query by prompt
Next
From: Peter Eisentraut
Date:
Subject: Re: bug or not bug, xmlvalidate(xml, text) can read and show one line from file