Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."? - Mailing list pgsql-hackers

From Marti Raudsepp
Subject Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."?
Date
Msg-id CABRT9RDaz5A+wkjFkPB3cKEYjNoww7ppD1PKyagFddPFk2mnhg@mail.gmail.com
Whole thread Raw
In response to Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."?  (Marcin Mańk <marcin.mank@gmail.com>)
Responses Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."?
List pgsql-hackers
On Mon, Oct 31, 2011 at 12:54, Marcin Mańk <marcin.mank@gmail.com> wrote:
> How about an option for psql to truncate too long columns to X characters ?

I would really want this in some form or another; for example, being
able to hide bytea values entirely, or set limits to how many
characters are displayed for fields.

Unfortunately it's far less efficient. Fields would be truncated in
psql, so full values are still detoasted and transmitted over the
network.

Regards,
Marti


pgsql-hackers by date:

Previous
From: Jan Lentfer
Date:
Subject: Re: psql expanded auto
Next
From: Brendan Jurd
Date:
Subject: Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."?