PostgreSQL databases have their own character type, "server encoding." This is usually utf-8.
All text in this encoding. Mixed encoding text is not supported unless it is stored as bytea(i.e., as opaque byte sequences).
"unicode" "un-unicode", PostgreSQL "varchar" "nvarchar". utf-8 , 7- ASCII ( ), , , . utf-8 , ucs-2 utf-16 , "" , , .
PostgreSQL / , client_encoding. .
"Unicode" ( Microsoft , UCS-2 UTF-16), utf-8 โ utf-16 .
, , - client_encoding, , . ( , PgJDBC, nPgSQL Unicode psqlODBC).
: