end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

postgresql の psql で、日本語が入力できない場合、--no-readline を追加

どうやら、readlineが悪影響していたみたい。

✕ $ /usr/local/pgsql/bin/psql -U postgres springvue
○ $ /usr/local/pgsql/bin/psql -U postgres springvue --no-readline
✕ postgres> select * from mlit_fudousantorihiki where city='';
○ postgres> select * from mlit_fudousantorihiki where city='大阪市';