mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
PostgreSQL: Fix help link to pg_catalog views
This commit is contained in:
@@ -188,9 +188,10 @@ function get_driver($id) {
|
||||
|
||||
/** Get help link for table
|
||||
* @param string
|
||||
* @param bool
|
||||
* @return string relative URL or null
|
||||
*/
|
||||
function tableHelp($name) {
|
||||
function tableHelp($name, $is_view = false) {
|
||||
}
|
||||
|
||||
/** Check if C-style escapes are supported
|
||||
|
Reference in New Issue
Block a user