1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 09:39:51 +02:00

PostgreSQL: Fix layout of stored function parameters

This commit is contained in:
Peter Knut
2024-11-01 13:29:19 +01:00
parent 226d4ad54b
commit 5c4dc82081

View File

@@ -43,7 +43,8 @@ $routine_languages = routine_languages();
<?php
edit_fields($row["fields"], $collations, $routine);
if (isset($_GET["function"])) {
echo "<tbody><tr><th></th>",
echo "<tbody><tr>",
(support("move_col") ? "<th></th>" : ""),
"<th>", lang('Return type'), "</th>";
edit_type("returns", $row["returns"], $collations, array(), ($jush == "pgsql" ? array("void", "trigger") : array()));