pgsql: Cosmetic improvement for psql opfamily-related information

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cosmetic improvement for psql opfamily-related information
Date: 2020-05-17 10:05:27
Message-ID: E1jaGAh-00065N-1C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-05-18 03:27:07 pgsql: Fix comment in slot.c.
Previous Message Alexander Korotkov 2020-05-17 09:59:11 pgsql: Fix translate_columns[] arrays in opfamily-related psql function