Re: Add system column support to the USING clause

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Denis Garsh <d(dot)garsh(at)arenadata(dot)io>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add system column support to the USING clause
Date: 2024-09-13 14:06:49
Message-ID: CAKFQuwZY42jymGQO4TSjm086Nc2yuQU1jrimR7Q495fgJS2LjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Friday, September 13, 2024, Denis Garsh <d(dot)garsh(at)arenadata(dot)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.

> Link to PR on GitHub: https://github.com/hilltracer/postgres/pull/3
>

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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2024-09-13 14:07:49 Re: Add system column support to the USING clause
Previous Message Nazir Bilal Yavuz 2024-09-13 13:45:08 Re: per backend I/O statistics