Re: Factorial operator gets parser error in psql. - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Factorial operator gets parser error in psql.
Date
Msg-id 200007071635.MAA01010@candle.pha.pa.us
Whole thread Raw
In response to Factorial operator gets parser error in psql.  ("Robert B. Easter" <reaster@comptechnews.com>)
List pgsql-bugs
Confirmed.  That is really weird.

>
> SELECT 3 !;
> ERROR: parser error at or near ""
>
> SELECT 3 !
> ;
> Works ok.
>
> Parser error occurs if the ending ; is on the same line.
>
> --
>             Robert
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [HACKERS] Re: [SQL] MAX() of 0 records.
Next
From: "Robert B. Easter"
Date:
Subject: Re: Re: [HACKERS] Re: [SQL] MAX() of 0 records.