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-23T15:05:34Z
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
- v3-0001-Add-default-extension-version-to-dx.patch (text/x-patch) patch v3-0001
- v3-0002-Use-d-alias-for-pg_description-consistently.patch (text/x-patch) patch v3-0002
On Sun Feb 23, 2025 at 3:51 PM CET, Jelte Fennema-Nio wrote: > 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". Ugh, I forgot to commit a few additional lines in the second patch. Fixed now.