]> granicus.if.org Git - postgresql/commit
Teach psql to show the location of syntax errors visually, per recent
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Mar 2004 04:25:18 +0000 (04:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Mar 2004 04:25:18 +0000 (04:25 +0000)
commit7665d1bc166c78ff5f8b8352201005c0ba385b26
tree6cd8ee8464ecf84a8e47ea13cbf35e3f6cb7cc92
parent181d4d410aaa2c3f86ea513766d7558703e0a0b6
Teach psql to show the location of syntax errors visually, per recent
discussions.  Patch by Fabien Coelho and Tom Lane.  Still needs to be
taught about multi-screen-column kanji characters; Tatsuo has promised
to provide the needed infrastructure for that.
src/bin/psql/common.c
src/test/regress/expected/errors.out
src/test/regress/expected/strings.out
src/test/regress/output/constraints.source
src/test/regress/sql/errors.sql