Official chat room is the #postgis channel on the
[freenode](https://freenode.net) network.
-To partecipate, point your preferred
+To participate, point your preferred
[IRC client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients)
to:
##################################################################
sub create_db
{
- my $dropcmd = "dropdb --if-exists $DB > $REGRESS_LOG";
my $createcmd = "createdb --encoding=UTF-8 --template=template0 --lc-collate=C $DB > $REGRESS_LOG";
- system($dropcmd);
return system($createcmd);
}