BUG #16997: parameter server_encoding's category problem

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: leiyanliang(at)highgo(dot)com
Subject: BUG #16997: parameter server_encoding's category problem
Date: 2021-05-07 06:31:48
Message-ID: 16997-ff16127f6e0d1390@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16997
Logged by: yanliang lei
Email address: leiyanliang(at)highgo(dot)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?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mats Kindahl 2021-05-07 08:50:00 Re: Bug in handling default privileges inside extension update scripts
Previous Message Christoph Berg 2021-05-06 19:34:17 Re: BUG #16995: Need repository key to access old distributions from https://apt-archive.postgresql.org/