1
0
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:
Tom Lane
2002-08-18 03:35:08 +00:00
parent 2c6b34d959
commit 2efb8e8070
2 changed files with 9 additions and 8 deletions

View File

@ -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