From 8ac3b938fde2ccd7719ac1c22ef5460b35298d78 Mon Sep 17 00:00:00 2001 From: Habeas Codice Date: Sat, 22 Nov 2014 13:27:52 -0800 Subject: added dbdriver to siteinfo json to better track affected sites --- include/dba/dba_postgres.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/dba/dba_postgres.php') diff --git a/include/dba/dba_postgres.php b/include/dba/dba_postgres.php index a390292a5..ba4366d13 100644 --- a/include/dba/dba_postgres.php +++ b/include/dba/dba_postgres.php @@ -109,4 +109,8 @@ class dba_postgres extends dba_driver { function concat($fld, $sep) { return 'string_agg(' . $fld . ',\'' . $sep . '\')'; } + + function getdriver() { + return 'pgsql'; + } } \ No newline at end of file -- cgit v1.2.3