Re: [PATCH] Proposal for HIDDEN/INVISIBLE column - Mailing list pgsql-hackers

From Gilles Darold
Subject Re: [PATCH] Proposal for HIDDEN/INVISIBLE column
Date
Msg-id 6173f4ca-1cb5-5851-41a2-7af9dff985ed@migops.com
Whole thread Raw
In response to Re: [PATCH] Proposal for HIDDEN/INVISIBLE column  (Gilles Darold <gilles@migops.com>)
List pgsql-hackers
Le 14/10/2021 à 20:55, Gilles Darold a écrit :
>
> gilles=# SELECT row_to_json(t.*) FROM htest0 t;
>        row_to_json
> --------------------------
>  {"a":1,"b":"htest0 one"}
>  {"a":2,"b":"htest0 two"}
> (2 rows)
>
> gilles=# SELECT row_to_json(t) FROM htest0 t;
>        row_to_json
> --------------------------
>  {"a":1,"b":"htest0 one"}
>  {"a":2,"b":"htest0 two"}
> (2 rows)


Tom, I have probably not well understood what you said about do the 
cases above. Do you mean that the column should not be visible too? I 
have though not but maybe I'm wrong, I will fix that.


-- 
Gilles Darold




pgsql-hackers by date:

Previous
From: Josef Šimánek
Date:
Subject: Re: [RFC] building postgres with meson
Next
From: Josef Šimánek
Date:
Subject: Re: [RFC] building postgres with meson