SET NAMES value value should be single quoted

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: SET NAMES value value should be single quoted
Date: 2024-10-07 09:33:27
Message-ID: CACJufxG3EoUsbX4ZoMFkWrvBJcSCbPjdpRvPhuQN65fADc3mFg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2024-10-07 09:53:23 Re: SET NAMES value value should be single quoted
Previous Message Oleg Sibiryakov 2024-10-07 08:54:40 Re: Documentation improvement patch