info('Create search index for default country names');\r
\r
$this->pgsqlRunScript("select getorcreate_country(make_standard_name('uk'), 'gb')");\r
$this->pgsqlRunScript("select getorcreate_country(make_standard_name('united states'), 'us')");\r
$this->pgsqlRunScript('select count(*) from (select getorcreate_country(make_standard_name(country_code), country_code) from country_name where country_code is not null) as x');\r
$this->pgsqlRunScript("select count(*) from (select getorcreate_country(make_standard_name(name->'name'), country_code) from country_name where name ? 'name') as x");\r
info('Create search index for default country names');\r
\r
$this->pgsqlRunScript("select getorcreate_country(make_standard_name('uk'), 'gb')");\r
$this->pgsqlRunScript("select getorcreate_country(make_standard_name('united states'), 'us')");\r
$this->pgsqlRunScript('select count(*) from (select getorcreate_country(make_standard_name(country_code), country_code) from country_name where country_code is not null) as x');\r
$this->pgsqlRunScript("select count(*) from (select getorcreate_country(make_standard_name(name->'name'), country_code) from country_name where name ? 'name') as x");\r