pub const SERVER_ENCODING: &str = "UTF8";
Expand description
Shows the server-side character set encoding. At present, this parameter can be shown but not set, because the encoding is determined at database creation time. It is also the default value of client_encoding
.