mirror of
https://github.com/vrana/adminer.git
synced 2026-02-08 07:40:16 +01:00
PostgreSQL: Fix help link
This commit is contained in:
@@ -106,7 +106,7 @@ foreach ($row["source"] as $key => $val) {
|
||||
<?php echo doc_link(array(
|
||||
'sql' => "innodb-foreign-key-constraints.html",
|
||||
'mariadb' => "foreign-keys/",
|
||||
'pgsql' => "sql-createtable.html#SQL-CREATETABLE-REFERENCES",
|
||||
'pgsql' => "sql-createtable.html#SQL-CREATETABLE-PARMS-REFERENCES",
|
||||
'mssql' => "t-sql/statements/create-table-transact-sql",
|
||||
'oracle' => "SQLRF01111",
|
||||
)); ?>
|
||||
|
||||
Reference in New Issue
Block a user