On 03.02.26 18:28, Greg Sabino Mullane wrote:
> Having reread this thread, I'm not sure where we are at the moment. I'm
> happy to support a subset of things for the first run, and I think that
> will cover 99% of the use cases that people tend to complain about. So a
> small hit for consistency, but an added bonus of a little protection
> should the committee do something crazy.
I think there is consensus for allowing a trailing comma in the SELECT
list. This would be the target_list production in gram.y.
Looking into your patch, it looks pretty much like how I would have
implemented it, so if you could cut down your patch to just this
production, and add a small amount of documentation and tests, then I
think we could move forward with it.