Merge pull request #486 from IrlJidel/patch-1

pgsqlRunPartitionScript needs global $aCMDResult
This commit is contained in:
Sarah Hoffmann
2016-07-16 10:09:09 +02:00
committed by GitHub

View File

@@ -761,6 +761,7 @@
function pgsqlRunPartitionScript($sTemplate)
{
global $aCMDResult;
$oDB =& getDB();
$sSQL = 'select distinct partition from country_name';