PostgreSQL and GB18030-2022 Support PostgreSQL supports GB18030 as a client-side encoding. A client-side encoding means you can set the encoding from a client application such as psql with: psql=# set client_encoding to GB18030 This tells the PostgreSQL backend that the client will send SQL statements encoded in GB18030. When the backend receives a statement, it