'Partition name' => 'Název oddílu',
'Values' => 'Hodnoty',
'Inherits from' => 'Zděděná z',
+ 'Inherited by' => 'Zděděné',
'View' => 'Pohled',
'Materialized view' => 'Materializovaný pohled',
'Partition name' => 'Xx',
'Values' => 'Xx',
'Inherits from' => 'Xx',
+ 'Inherited by' => 'Xx',
'View' => 'Xx',
'Materialized view' => 'Xx',
$inherited = driver()->inheritedTables($TABLE);
if ($inherited) {
- echo "<h3 id='partitions'>" . lang('Partitions') . "</h3>\n";
+ echo "<h3 id='partitions'>" . lang('Inherited by') . "</h3>\n";
$partition = driver()->partitionsInfo($TABLE);
if ($partition) {
echo "<p><code class='jush-" . JUSH . "'>BY " . h("$partition[partition_by]($partition[partition])") . "</code>\n";