| From: | "Jelte Fennema-Nio" <postgres(at)jeltef(dot)nl> |
|---|---|
| To: | "Nathan Bossart" <nathandbossart(at)gmail(dot)com>, "Michael Banck" <mbanck(at)gmx(dot)net> |
| Cc: | "Magnus Hagander" <magnus(at)hagander(dot)net>, "PostgreSQL Developers" <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Adding extension default version to \dx |
| Date: | 2025-02-23 14:51:24 |
| Message-ID: | D7ZWRGJYDCFS.N3KPWTBN1PIU@jeltef.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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".
| Attachment | Content-Type | Size |
|---|---|---|
| v2-0001-Add-default-extension-version-to-dx.patch | text/x-patch | 2.5 KB |
| v2-0002-Use-d-alias-for-pg_description-consistently.patch | text/x-patch | 1.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jelte Fennema-Nio | 2025-02-23 15:05:34 | Re: Adding extension default version to \dx |
| Previous Message | Peter Eisentraut | 2025-02-23 14:23:57 | Re: Remove useless casts to (char *) |