mirror of
https://github.com/vrana/adminer.git
synced 2025-08-28 16:49:57 +02:00
Display foreign keys from other schemas in PostgreSQL (thanks to Ondrej Letocha)
This commit is contained in:
@@ -436,7 +436,7 @@ if (!defined("DRIVER")) {
|
||||
|
||||
/** Get foreign keys in table
|
||||
* @param string
|
||||
* @return array array($name => array("db" => , "table" => , "source" => array(), "target" => array(), "on_delete" => , "on_update" => ))
|
||||
* @return array array($name => array("db" => , "ns" => , "table" => , "source" => array(), "target" => array(), "on_delete" => , "on_update" => ))
|
||||
*/
|
||||
function foreign_keys($table) {
|
||||
global $connection, $on_actions;
|
||||
|
Reference in New Issue
Block a user