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:
@@ -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()));
|
||||
|
Reference in New Issue
Block a user