From: antzucaro Date: Mon, 10 Oct 2011 17:22:10 +0000 (-0400) Subject: Fix typo on language command. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=82982187a21de4f788fbae8f1e2c86522f7e2390;p=xonotic%2Fxonstatdb.git Fix typo on language command. --- diff --git a/README b/README index e5ea23e..236b00e 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ Create the schema in which all of the xonstat tables will reside: Create the pgplsql language: - CREATE LANGUAGE pgplsql; + CREATE LANGUAGE plpgsql; Back in the command shell, navigate to the 'build' directory. Log into the database as the admin user created above and issue