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

From David G. Johnston
Subject Re: END is not a reserved word
Date
Msg-id CAKFQuwb37AOKqm=w0ymq99iW1UT1K2OB6SaTwEZZxOsiFtFqug@mail.gmail.com
Whole thread Raw
In response to END is not a reserved word  (Vicky Vergara <vicky_vergara@hotmail.com>)
List pgsql-hackers
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: Masahiko Sawada
Date:
Subject: Re: Use LW_SHARED in WakeupWalSummarizer() for WALSummarizerLock lock
Next
From: Noah Misch
Date:
Subject: Re: Test instability when pg_dump orders by OID