I am having a problem with my Postgresql console. I can't write characters with accents. For example
á é í ó ú
When I write the character simply does not appear.
I have installed Postgresql 9.4 on debian server.
Can anybody help me?
I am having a problem with my Postgresql console. I can't write characters with accents. For example
á é í ó ú
When I write the character simply does not appear.
I have installed Postgresql 9.4 on debian server.
Can anybody help me?
OK - not really an answer, but...
You say that you can type the characters fine before you login to psql, and that SELECT chr(169)
gives you a "©". So - we have a puzzle. Something between your keyboard/screen and psql on the server is causing problems.
Things we can try:
\i /path/to/test.sql
and see what results you get.\o output.sql
which will save the output into that file.If everything is good, then the database end of things is handling everything just fine. If the screen looks funny but the file is ok then it's something to do with your terminal settings.