The following bug has been logged online:

Bug reference:      1099
Logged by:          Fabien Coelho

Email address:      [EMAIL PROTECTED]

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".


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to