From 739c33fd9b0c7e06a8be5b77ee425c186bf33a26 Mon Sep 17 00:00:00 2001 From: Gurjeet Singh Date: Mon, 9 Oct 2023 21:41:51 -0700 Subject: [PATCH v4 07/11] Updated psql's describe-roles meta-command --- src/bin/psql/describe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index bac94a338c..485654dd7c 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -3675,7 +3675,7 @@ describeRoles(const char *pattern, bool verbose, bool showSystem) printfPQExpBuffer(&buf, "SELECT r.rolname, r.rolsuper, r.rolinherit,\n" " r.rolcreaterole, r.rolcreatedb, r.rolcanlogin,\n" - " r.rolconnlimit, r.rolvaliduntil"); + " r.rolconnlimit, r.rolvaliduntil, r.rolsecondvaliduntil"); if (verbose) { -- 2.41.0