Added supportsTimezoneOverride() method

This commit is contained in:
Ingo Schommer 2012-07-06 11:35:17 +02:00
parent 65511282a7
commit bb07e6cfd5

View File

@ -201,6 +201,10 @@ class PostgreSQLDatabase extends SS_Database {
return true;
}
public function supportsTimezoneOverride() {
return true;
}
/**
* Get the version of PostgreSQL.
* @return string