Factorial operator gets parser error in psql.

Поиск
Список
Период
Сортировка
От Robert B. Easter
Тема Factorial operator gets parser error in psql.
Дата
Msg-id 0007071231030B.01354@comptechnews
обсуждение исходный текст
Ответы Re: Factorial operator gets parser error in psql.
Re: Factorial operator gets parser error in psql.
Список pgsql-bugs
SELECT 3 !;
ERROR: parser error at or near ""

SELECT 3 !
;
Works ok.

Parser error occurs if the ending ; is on the same line.

--
            Robert

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Robert B. Easter"
Дата:
Сообщение: exp(x) vs :
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: [HACKERS] Re: [SQL] MAX() of 0 records.