mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
PostgreSQL hidden columns support
This commit is contained in:
@@ -201,7 +201,7 @@ if (isset($_GET["oracle"])) {
|
||||
return true;
|
||||
}
|
||||
|
||||
function fields($table) {
|
||||
function fields($table, $hidden = false) {
|
||||
global $connection;
|
||||
$return = array();
|
||||
$result = $connection->query("SELECT * FROM all_tab_columns WHERE table_name = " . $connection->quote($table) . " ORDER BY column_id");
|
||||
|
Reference in New Issue
Block a user