问题
I'm trying to insert an accentuated letter with PostgreSQL (9.6), but I don't manage to do it...
If I copy/paste a query, it removes the accentuated letters, if I try to insert them directly, it does not print anything.
What can I do?
回答1:
It looks to be shell environment problem, Please try applying solution from https://unix.stackexchange.com/questions/98185/bash-environment-pasting-strings-with-special-characters
pgcli I suppose is python and probably has additional libraries
来源:https://stackoverflow.com/questions/42697964/is-there-a-way-to-insert-an-accentuated-letter-in-psql