diff options
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 6e118fcb3..d58fe9388 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -488,7 +488,7 @@ use constant DB_MODULE => { version => '4.00', }, name => 'MySQL'}, - 'pg' => {db => 'Bugzilla::DB::Pg', db_version => '8.00.0000', + 'pg' => {db => 'Bugzilla::DB::Pg', db_version => '8.03.0000', dbd => { package => 'DBD-Pg', module => 'DBD::Pg', |