]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Fix typo on language command.
authorantzucaro <azucaro@gmail.com>
Mon, 10 Oct 2011 17:22:10 +0000 (13:22 -0400)
committerantzucaro <azucaro@gmail.com>
Mon, 10 Oct 2011 17:22:10 +0000 (13:22 -0400)
README

diff --git a/README b/README
index e5ea23ef6a3ecce47668e706289e9eabab8bf8be..236b00e9cb5c8a8669db20c5ddddaa2b6dff2148 100644 (file)
--- 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