Re: Add system column support to the USING clause

2024-10-14 Thread Denis Garsh
ystem column, use the JOIN ON clause." -- Best regards, Denis Garsh, C Developer, d.ga...@arenadata.io

Re: Add system column support to the USING clause

2024-09-26 Thread Denis Garsh
Hello, I'm still hoping for an answer. -- Best regards, Denis Garsh

Re: Add system column support to the USING clause

2024-09-16 Thread Denis Garsh
_viewdef('v2', true); -- SELECT tt2.b, tt2.xmin, tt3.c, tt2.a, tt3.ax, tt4.ay, tt4.q --    FROM tt2 JOIN tt3 tt3(ax, b, c, c_1, e) USING (b, c, xmin) --   JOIN tt4 USING (b, xmin); ``` -- Best regards, Denis Garsh

Add system column support to the USING clause

2024-09-13 Thread Denis Garsh
b.com/hilltracer/postgres/pull/3-- Best regards,  Denis Garsh,  d.ga...@arenadata.io From 295f9ec59b22cc3707fb8f168e0e3750e51724a0 Mon Sep 17 00:00:00 2001 From: Denis Garsh Date: Wed, 7 Aug 2024 15:57:32 +0300 Subject: [PATCH] Add system column support to the USING clause Problem: The parser can't ha