Re: Adding extension default version to \dx

Magnus Hagander <magnus@hagander.net>

From: Magnus Hagander <magnus@hagander.net>
To: Jelte Fennema-Nio <postgres@jeltef.nl>
Cc: Nathan Bossart <nathandbossart@gmail.com>, Michael Banck <mbanck@gmx.net>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2025-03-24T13:43:36Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. psql: use consistent alias for pg_description

  2. psql: show default extension version in \dx output

On Sat, Mar 22, 2025 at 11:40 AM Jelte Fennema-Nio <postgres@jeltef.nl>
wrote:

> On Tue, 25 Feb 2025 at 17:11, Nathan Bossart <nathandbossart@gmail.com>
> wrote:
> >
> > On Tue, Feb 25, 2025 at 04:42:37PM +0100, Magnus Hagander wrote:
> > > Thanks goes to  both you and the previous responders - I did manage to
> mute
> > > this thread away and missed the early replies, but got Jeltes the
> other day
> > > which brought it back up on my list to get to within the Not Too Long
> > > Future (TM).
> >
> > Got it, sounds good.
>
> The commitfest is close to ending, but this hasn't been committed yet.
> I think it would be great if either of you could commit it before the
> commitfest ends. It would be a shame to have this quality of life
> improvement wait another year.
>

Sorry about the delay in this one. Nordic PGDay week basically ate up 150%
of my community time for a bit longer before the event than I planned for.

Anyway -- both patch applied now! Thanks!

//Magnus