Re: [PATCH] Proposal for HIDDEN/INVISIBLE column
Vik Fearing <vik@postgresfriends.org>
From: Vik Fearing <vik@postgresfriends.org>
To: Aleksander Alekseev <aleksander@timescale.com>,
Gilles Darold <gilles@migops.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-10-14T12:13:00Z
Lists: pgsql-hackers
On 10/14/21 1:47 PM, Aleksander Alekseev wrote: > Hi Gilles, > >> Any though and interest in this feature? > > Personally, I wouldn't call this feature particularly useful. `SELECT > *` is intended for people who are working with DBMS directly e.g. via > psql and want to see ALL columns. I disagree strongly with this. It is really annoying when working interactively with psql on a table that has a PostGIS geometry column, or any other large blobby type column. I have not looked at the patch, but +1 for the feature. -- Vik Fearing