ystem column, use the JOIN ON clause."
--
Best regards,
Denis Garsh,
C Developer,
d.ga...@arenadata.io
Hello, I'm still hoping for an answer.
--
Best regards,
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
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