Tom,
Thanks very much for the clarification, i was just going over the
regression tests and now makes sense.
However, is this the only function (row_to_json) or are there more of them
affected by this change?
Regards,
Daniel
On Tue, Jun 14, 2022 at 5:23 PM Tom Lane <
tgl_at_sss_pgh_pa_us_5s59
Daniel Brinzila writes:
> I am a bit confused as to the following change:
>Stop using query-provided column aliases for the columns of whole-row
>variables that refer to plain tables (Tom Lane)
> Could someone please give an example of this scenario, one that works in
> 11.15 and another
I am a bit confused as to the following change:
-
Stop using query-provided column aliases for the columns of whole-row
variables that refer to plain tables (Tom Lane)
The column names in tuples produced by a whole-row variable (such as
tbl.* in contexts other than the top level