Re: Add system column support to the USING clause - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Add system column support to the USING clause
Date
Msg-id CAKFQuwZY42jymGQO4TSjm086Nc2yuQU1jrimR7Q495fgJS2LjQ@mail.gmail.com
Whole thread Raw
Responses Re: Add system column support to the USING clause
List pgsql-hackers
On Friday, September 13, 2024, Denis Garsh <d.garsh@arenadata.io> wrote:
 
The patch adds support for system columns in JOIN USING clause. 

Definitely not high on my list of oversights to fix.  Resorting to the ON clause for the rare query that would need to do such a thing isn’t that costly.  But as the patch exists I’ll leave it to others to judge the cost of actually adding it, or worthwhile-mess of reviewing it.

 

You apparently missed the note on GitHub that says we don’t work with pull requests.  Patches are to be submitted directly to the mailing list.

David J.

pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: per backend I/O statistics
Next
From: "David G. Johnston"
Date:
Subject: Re: Add system column support to the USING clause