postgresql/src/backend/po
Tom Lane 61446e0927 Improve lexer's error reporting. You get the whole token mentioned now
in parse error messages, not just the part scanned by the last flex rule.
For example,
	select "foo" "bar";
used to draw
	ERROR:  parser: parse error at or near """
which was rather unhelpful.  Now it gives
	ERROR:  parser: parse error at or near ""bar""
Also, error messages concerning bitstring literals and suchlike will
quote the source text at you, not the processed internal form of the literal.
2002-05-01 17:12:08 +00:00
..
cs.po
de.po
hu.po
Makefile
nls.mk Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
ru.po Updates from Serguei Mokhov 2002-01-26 19:00:11 +00:00
zh_CN.po
zh_TW.po