99 *
1010 *
1111 * IDENTIFICATION
12- * $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.69 2009/04/19 21:50:09 tgl Exp $
12+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/scan.l,v 1.70 2009/06/10 22:34:11 petere Exp $
1313 *
1414 *-------------------------------------------------------------------------
1515*/
@@ -441,7 +441,7 @@ plpgsql_yyerror(const char *message)
441441{
442442ereport (ERROR,
443443(errcode (ERRCODE_SYNTAX_ERROR),
444- /* translator: %s is typically "syntax error" */
444+ /* translator: %s is typicallythe translation of "syntax error" */
445445errmsg (" %s at end of input" ,_ (message)),
446446internalerrposition (cursorpos),
447447internalerrquery (scanstr)));
@@ -450,7 +450,7 @@ plpgsql_yyerror(const char *message)
450450{
451451ereport (ERROR,
452452(errcode (ERRCODE_SYNTAX_ERROR),
453- /* translator: first %s is typically "syntax error" */
453+ /* translator: first %s is typicallythe translation of "syntax error" */
454454errmsg (" %s at or near\" %s\" " ,_ (message), loc),
455455internalerrposition (cursorpos),
456456internalerrquery (scanstr)));