From 6ae387eb6334e71c94347b50b711b6750ef71b50 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 7 Oct 2024 11:50:39 +0200 Subject: [PATCH] doc: Quote value in SET NAMES documentation The value passed to SET NAMES should be wrapped in single quotes. Reported-by: jian he Discussion: https://postgr.es/m/CACJufxG3EoUsbX4ZoMFkWrvBJcSCbPjdpRvPhuQN65fADc3mFg@mail.gmail.com --- doc/src/sgml/ref/set.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index f0e6047e0b1..2218f54682e 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -165,7 +165,7 @@ SET [ SESSION | LOCAL ] TIME ZONE { value NAMES - SET NAMES value is an alias for + SET NAMES 'value' is an alias for SET client_encoding TO value. -- 2.30.2