mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Code review for 'at character n' patch --- point at proper end of
a token scanned by multiple lex rules.
This commit is contained in:
@ -18,7 +18,7 @@ SELECT 'first line'
|
||||
' - next line' /* this comment is not allowed here */
|
||||
' - third line'
|
||||
AS "Illegal comment within continuation";
|
||||
ERROR: parser: parse error at or near "' - third line'" at character 89
|
||||
ERROR: parser: parse error at or near "' - third line'" at character 75
|
||||
--
|
||||
-- test conversions between various string types
|
||||
-- E021-10 implicit casting among the character data types
|
||||
|
Reference in New Issue
Block a user