]> granicus.if.org Git - postgresql/commit
Fix a bug in psql. unescape() does not work for multi-byte encodings.
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 17 Feb 2001 10:03:33 +0000 (10:03 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 17 Feb 2001 10:03:33 +0000 (10:03 +0000)
commit2bc2738fc48a2b776db1117e653f2784235f09b7
tree4a5a775cc3ab59b9337ecafade3651f4a2140911
parent4571439297f98f0fc041de883375229fcc355afc
Fix a bug in psql. unescape() does not work for multi-byte encodings.
src/bin/psql/command.c