# Not having the setting is the same as "", the empty string.
# pgwui.default_db =
-# The encoding used for strings on the client-side.
+# The (PostgreSQL-named) encoding used for strings on the client-side.
+# The list of PostgreSQL encodings can be found at:
+# https://www.postgresql.org/docs/current/multibyte.html#MULTIBYTE-CHARSET-SUPPORTED
# This setting defaults to "auto", the special PostgreSQL value which
# sets the client_encoding based on the encoding of the client
# system's locale.
# Set this value to "", the empty string, to use the server's encoding
# as the client encoding. (pgwui.client_encoding =) (or just omit the
# declaration)
-# The list of PostgreSQL encodings can be found at:
-# https://www.postgresql.org/docs/current/multibyte.html#MULTIBYTE-CHARSET-SUPPORTED
# pgwui.client_encoding = auto