mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 17:14:07 +02:00
Hide hidden columns in PostgreSQL (thanks to Pavel Stehule)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
$TABLE = $_GET["select"];
|
||||
$table_status = table_status($TABLE);
|
||||
$indexes = indexes($TABLE);
|
||||
$fields = fields($TABLE, 1); // 1 - hidden
|
||||
$fields = fields($TABLE);
|
||||
$foreign_keys = column_foreign_keys($TABLE);
|
||||
|
||||
$rights = array(); // privilege => 0
|
||||
|
Reference in New Issue
Block a user