1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

PostgreSQL: Allow creating trigger functions

This commit is contained in:
Jakub Vrana
2018-01-30 15:55:50 +01:00
parent 9f69160797
commit 1f21cd4329
2 changed files with 6 additions and 5 deletions

View File

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