Change CLIENT_ENCODING to client_encoding plus a question on "SET NAMES"

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Change CLIENT_ENCODING to client_encoding plus a question on "SET NAMES"
Дата
Msg-id 162442538953.701.18251359132909249828@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/multibyte.html
Description:

Here is a tiny modification at [1] (change CLIENT_ENCODING to lowercase): 
-SET CLIENT_ENCODING TO 'value';
+SET client_encoding TO 'value';

Besides that, please allow me ask a question. 
The PG doc at[1] said "you can use the standard SQL syntax SET NAMES for
this purpose", and it works. But no PG help-doc describes this SQL syntax of
"SET NAMES".
Is it on purpose or missed? I'd be grateful if anyone can share me the rule
on whether or not to add a SQL syntax in PG help-doc.

[1]https://www.postgresql.org/docs/13/multibyte.html

В списке pgsql-docs по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Reverse btree indexes
Следующее
От: PG Doc comments form
Дата:
Сообщение: Incorrect Syntax in Function Syntax diagram