mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
PostgreSQL: Fix JSONB version support
This commit is contained in:
@@ -195,7 +195,7 @@ if (isset($_GET["pgsql"])) {
|
|||||||
if ($connection->server_info >= 9.2) {
|
if ($connection->server_info >= 9.2) {
|
||||||
$structured_types[lang('Strings')][] = "json";
|
$structured_types[lang('Strings')][] = "json";
|
||||||
$types["json"] = 4294967295;
|
$types["json"] = 4294967295;
|
||||||
if ($connection->server_info >= 9.2) {
|
if ($connection->server_info >= 9.4) {
|
||||||
$structured_types[lang('Strings')][] = "jsonb";
|
$structured_types[lang('Strings')][] = "jsonb";
|
||||||
$types["jsonb"] = 4294967295;
|
$types["jsonb"] = 4294967295;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user