From: | Raymond Brinzer <ray(dot)brinzer(at)gmail(dot)com> |
---|---|
To: | "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | A Small psql Suggestion |
Date: | 2023-01-31 16:17:16 |
Message-ID: | CANasJHnK72hqT2MdgoEjcFq+Q=C9DW4KQEL8w9qXony35FMP=w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Greetings,
There is (for me) a small speed bump in psql. I think it's worth
mentioning, minor though it is, because psql is such a polished tool
generally, and because it's something which affects me many, many times a
day.
As it is, \d is a shortcut for \dtmvs. What I actually want to see, on a
regular basis, are my relations: \dtmv. Most of the time, the sequences
are clutter. If my habits are like most people's in this (and I suspect
they are), excluding sequences from \d would optimize for the common case.
Just $0.02, submitted for your gracious consideration.
--
Ray Brinzer
From | Date | Subject | |
---|---|---|---|
Next Message | Dirschel, Steve | 2023-01-31 16:29:18 | RE: [EXT] DBeaver session populating pg_stat_activity.backend_xmin |
Previous Message | jacktby@gmail.com | 2023-01-31 16:12:44 | Re: Re: How could I elog the tupleTableSlot to the fronted terminal? |