Re: Adding extension default version to \dx

Jelte Fennema-Nio <postgres@jeltef.nl>

From: "Jelte Fennema-Nio" <postgres@jeltef.nl>
To: "Nathan Bossart" <nathandbossart@gmail.com>, "Michael Banck" <mbanck@gmx.net>
Cc: "Magnus Hagander" <magnus@hagander.net>, "PostgreSQL Developers" <pgsql-hackers@lists.postgresql.org>
Date: 2025-02-23T14:51:24Z
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

Attachments

On Mon Jan 27, 2025 at 8:39 PM CET, Nathan Bossart wrote:
> +1
>
> Separately, I see that there's one update needed for
> src/test/regress/expected/psql.out.  The documentation for \dx looks
> generic enough that it probably doesn't need any updates, though.

Attached is an updated patch that fixes the tests and changes the
whitespace as discussed (including removing a spurious second space
before the ON, which I noticed while changing it). As well as a seprate
patch that changes the "c" alias to "d".