BUG #16997: parameter server_encoding's category problem - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16997: parameter server_encoding's category problem
Date
Msg-id 16997-ff16127f6e0d1390@postgresql.org
Whole thread Raw
Responses Re: BUG #16997: parameter server_encoding's category problem  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16997
Logged by:          yanliang lei
Email address:      leiyanliang@highgo.com
PostgreSQL version: 13.1
Operating system:   CentOS7.6
Description:

In the following sql statement, parameter server_encoding's category is
“Client Connection Defaults / Locale and Formatting”:

postgres=# select category from pg_settings where name='server_encoding';
-[ RECORD 1 ]------------------------------------------------
category | Client Connection Defaults / Locale and Formatting

postgres=# 

In the document
https://www.postgresql.org/docs/current/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-FORMAT,
there is no entry about parameter server_encoding.

and in the document
https://www.postgresql.org/docs/current/runtime-config-preset.html,there is
a entry about parameter server_encoding.

so, What is the parameter server_encoding's category?


pgsql-bugs by date:

Previous
From: Christoph Berg
Date:
Subject: Re: BUG #16995: Need repository key to access old distributions from https://apt-archive.postgresql.org/
Next
From: Mats Kindahl
Date:
Subject: Re: Bug in handling default privileges inside extension update scripts