BUG #1099: bad syntax error localisation

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1099: bad syntax error localisation
Дата
Msg-id 20040311144139.B8D4BCF4D2E@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1099: bad syntax error localisation  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1099
Logged by:          Fabien Coelho

Email address:      coelho@cri.ensmp.fr

PostgreSQL version: 7.5 Dev

Operating system:   linux debian

Description:        bad syntax error localisation

Details:

The example is in the regression tests:-)

In src/test/regress/output/create_function_1.source
on line 55:

CREATE FUNCTION test1 (int) RETURNS int LANGUAGE sql
    AS 'not even SQL';
ERROR:  syntax error at or near "not" at character 1

You may notice that word "not" is not at character 1,
where there is "CREATE".

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: BUG #1098: Multiple ON INSERT rules not applied properly in the case of INSERT...SELECT
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #1099: bad syntax error localisation