Re: [HACKERS] dropping partitioned tables without CASCADE
| От | Alvaro Herrera |
|---|---|
| Тема | Re: [HACKERS] dropping partitioned tables without CASCADE |
| Дата | |
| Msg-id | 20170904101827.zvw3gu4yeduhjhmx@alvherre.pgsql обсуждение исходный текст |
| Ответ на | Re: [HACKERS] dropping partitioned tables without CASCADE (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>) |
| Ответы |
Re: [HACKERS] dropping partitioned tables without CASCADE
|
| Список | pgsql-hackers |
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
В списке pgsql-hackers по дате отправления: