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 →
-
psql: use consistent alias for pg_description
- a8eeb22f1714 18.0 landed
-
psql: show default extension version in \dx output
- d696406a9b25 18.0 landed
Attachments
- v2-0001-Add-default-extension-version-to-dx.patch (text/x-patch) patch v2-0001
- v2-0002-Use-d-alias-for-pg_description-consistently.patch (text/x-patch) patch v2-0002
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".