This is my attempt at installing database PostgreSQL 7.2.1 on Linux Debian 3, as required by the Learning Management System .LRN 1.0.1 which is built on the web application server OpenACS 4.6.3. Apparently, on my machine someone has already installed the PostGreSQL 7.2.1-2woody2 package. But the post-installation script was not run; in other words, no functioning database is up and running.
From now on, the database should be automatically restarted upon booting via /etc/init.d/postgresql start
Added plpgsql support to template1:
createlang plpgsql template1
createlang -l template1
Actually, it was already done.
Tested PostgreSQL by creating a temporary database.
Tuned PostgreSQL.
Posted by juliob at September 23, 2003 09:04 PM