added dbdriver to siteinfo json to better track affected sites
This commit is contained in:
@@ -109,4 +109,8 @@ class dba_postgres extends dba_driver {
|
||||
function concat($fld, $sep) {
|
||||
return 'string_agg(' . $fld . ',\'' . $sep . '\')';
|
||||
}
|
||||
|
||||
function getdriver() {
|
||||
return 'pgsql';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user