X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Fdatabase%2FDatabasePostgres.php;h=d8be62f1f449c439dda9fc9317aaaa64abb6c05a;hb=6497541c9c089966ce7d3b0e0abd6b68192d30d8;hp=a5dc1713dcf25eb855ac5f3b47af965635f2b369;hpb=1a62e51a00321eb6674e27cdff57c683703a5579;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/database/DatabasePostgres.php b/includes/libs/rdbms/database/DatabasePostgres.php index a5dc1713dc..d8be62f1f4 100644 --- a/includes/libs/rdbms/database/DatabasePostgres.php +++ b/includes/libs/rdbms/database/DatabasePostgres.php @@ -922,7 +922,7 @@ __INDEXATTR__; /** * Posted by cc[plus]php[at]c2se[dot]com on 25-Mar-2009 09:12 - * to https://secure.php.net/manual/en/ref.pgsql.php + * to https://www.php.net/manual/en/ref.pgsql.php * * Parsing a postgres array can be a tricky problem, he's my * take on this, it handles multi-dimensional arrays plus @@ -1465,6 +1465,10 @@ SQL; return $row ? ( strtolower( $row->default_transaction_read_only ) === 'on' ) : false; } + public static function getAttributes() { + return [ self::ATTR_SCHEMAS_AS_TABLE_GROUPS => true ]; + } + /** * @param string $lockName * @return string Integer