mirror of
https://github.com/vrana/adminer.git
synced 2025-09-01 18:32:39 +02:00
PostgreSQL: Fix layout of stored function parameters
This commit is contained in:
@@ -43,7 +43,8 @@ $routine_languages = routine_languages();
|
|||||||
<?php
|
<?php
|
||||||
edit_fields($row["fields"], $collations, $routine);
|
edit_fields($row["fields"], $collations, $routine);
|
||||||
if (isset($_GET["function"])) {
|
if (isset($_GET["function"])) {
|
||||||
echo "<tbody><tr><th></th>",
|
echo "<tbody><tr>",
|
||||||
|
(support("move_col") ? "<th></th>" : ""),
|
||||||
"<th>", lang('Return type'), "</th>";
|
"<th>", lang('Return type'), "</th>";
|
||||||
|
|
||||||
edit_type("returns", $row["returns"], $collations, array(), ($jush == "pgsql" ? array("void", "trigger") : array()));
|
edit_type("returns", $row["returns"], $collations, array(), ($jush == "pgsql" ? array("void", "trigger") : array()));
|
||||||
|
Reference in New Issue
Block a user