From 82982187a21de4f788fbae8f1e2c86522f7e2390 Mon Sep 17 00:00:00 2001 From: antzucaro Date: Mon, 10 Oct 2011 13:22:10 -0400 Subject: [PATCH] Fix typo on language command. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2