Better docs for the pgwui.client_encoding setting
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 5 Mar 2024 21:09:24 +0000 (15:09 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 5 Mar 2024 21:09:24 +0000 (15:09 -0600)
examples/etc/pgwui.ini

index 418378ed440e27d2392efb1dd24146d4c1f60e82..d3ef8caea4788fc3129a6d8796c2620b30414411 100644 (file)
@@ -29,15 +29,15 @@ pgwui.pg_port = 5432
 # 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