Reduce the number of keywords that can't be used as column labels without AS (Mark Dilger) §
There are now 90% fewer restricted keywords.
Next time I will read the releases changes before I post.
Thanks again
Vicky
De: David G. Johnston <david.g.johnston@gmail.com>
Enviado: lunes, 25 de agosto de 2025 06:53 p. m. Para: Vicky Vergara <vicky_vergara@hotmail.com> Cc: pgsql-hackers@lists.postgresql.org <pgsql-hackers@lists.postgresql.org> Asunto: Re: END is not a reserved word
The text on that page notes a couple of times that using reserved words as column labels is accepted - with the only caveat being sometimes you have to use 'AS'.
There may be some that do not get accepted for some reason or other but it's always OK if they are accepted as column labels.