constant DRUPAL_MINIMUM_PGSQL in Drupal 6
Same name and namespace in other branches
- 5 modules/system/system.install \DRUPAL_MINIMUM_PGSQL
Minimum supported version of PostgreSQL, if it is used.
1 use of DRUPAL_MINIMUM_PGSQL
- db_status_report in includes/
database.pgsql.inc - Report database status.
File
- modules/
system/ system.module, line 36 - Configuration system that lets administrators modify the workings of the site.
Code
define('DRUPAL_MINIMUM_PGSQL', '7.4');