mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
PostgreSQL: Link enum doc
This commit is contained in:
@@ -24,7 +24,10 @@ if (!$row) {
|
|||||||
if ($TYPE != "") {
|
if ($TYPE != "") {
|
||||||
echo "<input type='submit' name='drop' value='" . lang('Drop') . "'>" . confirm(lang('Drop %s?', $TYPE)) . "\n";
|
echo "<input type='submit' name='drop' value='" . lang('Drop') . "'>" . confirm(lang('Drop %s?', $TYPE)) . "\n";
|
||||||
} else {
|
} else {
|
||||||
echo "<input name='name' value='" . h($row['name']) . "' autocapitalize='off'>\n";
|
echo lang('Name') . ": <input name='name' value='" . h($row['name']) . "' autocapitalize='off'>\n";
|
||||||
|
echo doc_link(array(
|
||||||
|
'pgsql' => "datatype-enum.html",
|
||||||
|
), "?");
|
||||||
textarea("as", $row["as"]);
|
textarea("as", $row["as"]);
|
||||||
echo "<p><input type='submit' value='" . lang('Save') . "'>\n";
|
echo "<p><input type='submit' value='" . lang('Save') . "'>\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user