pgwui.pg_host =
pgwui.pg_port = 5432
-
# The database to use by default.
# Not having the setting is the same as "", the empty string.
# pgwui.default_db =
+# The encoding used for strings on the client-side.
+# 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
+
# How to link to the site's home page.
#
# Not having the setting is the same as "", the empty string.
# pgwui.default_db =
+# The encoding used for strings on the client-side.
+# This setting defaults to "auto", the special PostgreSQL value which
+# sets the client_encoding based on the encoding of the client
+# system's locale.
+# pgwui.client_encoding = auto
+
# How to link to the site's home page. Useful when the home page is
# not the PGWUI menu.
-# Copyright (C) 2018, 2019, 2020, 2021 The Meme Factory, Inc.
+# Copyright (C) 2018, 2019, 2020, 2021, 2024 The Meme Factory, Inc.
# http://www.karlpinc.com/
# This file is part of PGWUI_Server.
['pg_host',
'pg_port',
'default_db',
+ 'client_encoding',
'dry_run',
'route_prefix',
'validate_hmac',