Re: Factorial operator gets parser error in psql.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Factorial operator gets parser error in psql.
Date: 2000-07-07 16:35:37
Message-ID: 200007071635.MAA01010@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert B. Easter 2000-07-07 16:53:27 Re: Re: [HACKERS] Re: [SQL] MAX() of 0 records.
Previous Message Tom Lane 2000-07-07 16:35:14 Re: Re: [HACKERS] Re: [SQL] MAX() of 0 records.