有没有办法在psql中插入重音字母?

有没有办法在psql中插入重音字母?

问题描述:

我正在尝试在PostgreSQL(9.6)中插入一个强调字母,但是我却没办法...

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.

我该怎么办?

这似乎是外壳环境问题,请尝试从 https://unix.stackexchange.com/questions/98185/bash-environment-pasting-strings-with-特殊字符

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 我想是python,可能还有其他库

pgcli I suppose is python and probably has additional libraries