Patch by request at pgcon - Mailing list pgsql-hackers

From Greg Stark
Subject Patch by request at pgcon
Date
Msg-id BANLkTinmbyfcno2rd8zcpd8PB3LU5TEVug@mail.gmail.com
Whole thread Raw
Responses Re: Patch by request at pgcon  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Patch by request at pgcon  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
A user at Pgcon made a pretty convincing case that it would sometimes
be handy to be able to see a list of columns in alphabetical order in
psql's \dt output. This is especially true when there are a very large
number of columns and you're looking for a specific column with name
matching some pattern in your head. Whie you could use your pager's
search feature, people are also quite accustomed to visually searching
for strings in sorted lists so that's a natural solution.

Adding such a feature would be pretty trivial, attached is a patch.

--
greg

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: timezone GUC
Next
From: Robert Haas
Date:
Subject: Re: patch: fix race in SSI's CheckTargetForConflictsIn