pgsql: Cosmetic improvement for psql opfamily-related information - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Cosmetic improvement for psql opfamily-related information
Date
Msg-id E1jaGAh-00065N-1C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Cosmetic improvement for psql opfamily-related information

 * Rename column "Opfamily Name" to "Operator family" for uniformity.
 * Rename column alias from "t1" to "t".

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/18b9d22cef988c4a67d440f6cafc160d9c05871b

Modified Files
--------------
src/bin/psql/describe.c            |  6 ++--
src/test/regress/expected/psql.out | 58 +++++++++++++++++++-------------------
2 files changed, 32 insertions(+), 32 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix translate_columns[] arrays in opfamily-related psql function
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix comment in slot.c.