Index: openacs-4/packages/acs-core-docs/www/postgres.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/postgres.html,v diff -u -N -r1.43 -r1.44 --- openacs-4/packages/acs-core-docs/www/postgres.html 17 Jul 2006 05:38:31 -0000 1.43 +++ openacs-4/packages/acs-core-docs/www/postgres.html 21 Sep 2006 22:01:43 -0000 1.44 @@ -163,7 +163,9 @@ access. Plpgsql is a PL/SQL-like language. We add it to template1, which is the template from which all new databases are created. We can verify that it was created - with the createlang command in list mode.

[postgres postgresql-7.4.7]$ createlang plpgsql template1
+	  with the createlang command in list mode.

+

Additionals to install in Postgres 8.1.x

+
[postgres postgresql-7.4.7]$ createlang plpgsql template1
 [postgres pgsql]$ createlang -l template1
 Procedural languages
   Name   | Trusted?