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

Amit Kapila <akapila@postgresql.org>

Commit: 991974bb48886201948cd8d3f4ea7bce2c6bda4b
Author: Amit Kapila <akapila@postgresql.org>
Date: 2025-01-22T09:57:37Z
Releases: 18.0
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

Files

PathChange+/−
src/bin/psql/describe.c modified +11 −0

Discussion