From eb78f32356c32dbb5b65e69a55177a7a06e863e9 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Wed, 17 Apr 2019 08:59:19 -0500 Subject: [PATCH v1] For consistency with \di, rename column to "Table" --- 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 30d1078..0b28d4d 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -3885,7 +3885,7 @@ listPartitionedTables(const char *reltypes, const char *pattern, bool verbose) if (showIndexes) appendPQExpBuffer(&buf, ",\n c2.oid::regclass as \"%s\"", - gettext_noop("On table")); + gettext_noop("Table")); if (verbose) { -- 2.7.4