Re: SET NAMES value value should be single quoted

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: SET NAMES value value should be single quoted
Date: 2024-10-07 09:53:23
Message-ID: 7A9B4125-E52A-4D32-9A0F-40FD37AEC414@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 7 Oct 2024, at 11:33, jian he <jian(dot)universality(at)gmail(dot)com> 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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Phil Eaton 2024-10-07 12:17:49 Re: Add minimal C example and SQL registration example for custom table access methods.
Previous Message jian he 2024-10-07 09:33:27 SET NAMES value value should be single quoted