Commit 38337477 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 305412: Update the minimum Pg requirement to 8.3, to allow casting

bytea to text in Search.pm. r=mkanat, a=mkanat (module owner)
parent 688ec34a
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment