pgsql: Fix \dRp+ output when describing publications with a lower serve

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix \dRp+ output when describing publications with a lower serve
Date: 2025-01-22 10:11:30
Message-ID: E1taXhq-002tPJ-MT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix \dRp+ output when describing publications with a lower server version.

The psql was not careful that the new column "Generated columns" won't be
present in the lower version. This was introduced in recent commit
7054186c4e.

Author: Vignesh C
Reviewed-by: Peter Smith
Discussion: https://postgr.es/m/CALDaNm3OcXdY0EzDEKAfaK9gq2B67Mfsgxu93+_249ohyts=0g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/991974bb48886201948cd8d3f4ea7bce2c6bda4b

Modified Files
--------------
src/bin/psql/describe.c | 11 +++++++++++
1 file changed, 11 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-01-22 16:58:41 pgsql: Repair incorrect handling of AfterTriggerSharedData.ats_modified
Previous Message Peter Eisentraut 2025-01-22 06:48:14 pgsql: Additional tests for stored generated columns