Re: SET NAMES value value should be single quoted
> 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
SET NAMES value value should be single quoted
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