diff options
author | Habeas Codice <habeascodice@federated.social> | 2014-11-22 13:27:52 -0800 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2014-11-22 13:27:52 -0800 |
commit | 8ac3b938fde2ccd7719ac1c22ef5460b35298d78 (patch) | |
tree | 7d8e3a730eb26f3abe659c16baef333a198b08b1 /include/dba/dba_postgres.php | |
parent | ab5bf1b7d69f4027f595eef56cf4d99207b8b46e (diff) | |
download | volse-hubzilla-8ac3b938fde2ccd7719ac1c22ef5460b35298d78.tar.gz volse-hubzilla-8ac3b938fde2ccd7719ac1c22ef5460b35298d78.tar.bz2 volse-hubzilla-8ac3b938fde2ccd7719ac1c22ef5460b35298d78.zip |
added dbdriver to siteinfo json to better track affected sites
Diffstat (limited to 'include/dba/dba_postgres.php')
-rw-r--r-- | include/dba/dba_postgres.php | 4 |
1 files changed, 4 insertions, 0 deletions
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 |