Re: END is not a reserved word - Mailing list pgsql-hackers

From Vicky Vergara
Subject Re: END is not a reserved word
Date
Msg-id DM8P220MB0390B6ADD0D19AFF216BDFF28A38A@DM8P220MB0390.NAMP220.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: END is not a reserved word  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-hackers
Thanks,

Just found the note on 


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
     
    On Mon, Aug 25, 2025 at 3:49 PM Vicky Vergara <vicky_vergara@hotmail.com> wrote:
    On the list of reserved words, END is marked as reserved.

    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.

    David J.

pgsql-hackers by date:

Previous
From: Xuneng Zhou
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded
Next
From: Álvaro Herrera
Date:
Subject: Re: List TAP test files in makefiles