if (tuples > 0)
                        {
-                               if (tableinfo.relkind != 
RELKIND_PARTITIONED_TABLE)
-                                       printfPQExpBuffer(&buf, _("Number of 
child tables: %d (Use \\d+ to list them.)"), tuples);
-                               else
-                                       printfPQExpBuffer(&buf, _("Number of 
partitions: %d (Use \\d+ to list them.)"), tuples);
+                               printfPQExpBuffer(&buf, _("Number of %s: %d 
(Use \\d+ to list them.)"), ct, tuples);
                                printTableAddFooter(&cont, buf.data);
                        }

Please don't do this, because it breaks translatability.  I think the
original is fine.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to