Home
last modified time | relevance | path

Searched refs:POSTGRES (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/
H A DDB.php37 public const POSTGRES = 'pgsql'; define in Fisharebest\\Webtrees\\DB
43 self::POSTGRES => 'C',
50 self::POSTGRES => 'und-x-icu',
57 self::POSTGRES => '~',
64 self::POSTGRES => '',
180 if (self::driverName() === self::POSTGRES) {
197 case self::POSTGRES:
/webtrees/app/Services/
H A DServerCheckService.php296 case DB::POSTGRES:
326 case DB::POSTGRES:
/webtrees/resources/views/setup/
H A Dstep-3-database-type.phtml73 …adio" name="dbtype" id="dbtype-pgsql" value="pgsql" <?= $dbtype === DB::POSTGRES ? 'checked' : '' …
/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php90 DB::POSTGRES => '5432',