> On 7 Oct 2024, at 11:33, jian he wrote:
>
> NAMES
> SET NAMES value is an alias for SET client_encoding TO value.
>
> it should be:
> SET NAMES 'value' is an alias for SET client_encoding TO value.
Good find, it indeed should. Fixed.
--
Daniel Gustafsson
NAMES
SET NAMES value is an alias for SET client_encoding TO value.
it should be:
SET NAMES 'value' is an alias for SET client_encoding TO value.
https://www.postgresql.org/docs/current/sql-set.html
Thank you, Daniel.
--
Oleg Sibiryakov
On 02.10.2024 15:58, Daniel Gustafsson wrote:
On 2 Oct 2024, at 10:09, Oleg Sibiryakov wrote:
Thank you for your kind feedback! I will take due note of the comments in the
next documentation patches as well.
I have made all the changes as per your feedb