summaryrefslogtreecommitdiff
path: root/INSTALL.pgsql.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-11-26 19:54:24 +0000
committerDries Buytaert <dries@buytaert.net>2005-11-26 19:54:24 +0000
commitb49788977864c0fcdfb7bb2855cbefd01270232f (patch)
tree00203aeeb8c91ad83e4d4930ebf09cc47ba00aee /INSTALL.pgsql.txt
parent90535c33aa71551faf8bfb035d66ab5a32b907ea (diff)
downloadbrdo-b49788977864c0fcdfb7bb2855cbefd01270232f.tar.gz
brdo-b49788977864c0fcdfb7bb2855cbefd01270232f.tar.bz2
- Patch #25792 by Cvbge: improved installation instructions.
Diffstat (limited to 'INSTALL.pgsql.txt')
-rw-r--r--INSTALL.pgsql.txt18
1 files changed, 2 insertions, 16 deletions
diff --git a/INSTALL.pgsql.txt b/INSTALL.pgsql.txt
index 078f4caaa..88ba13d00 100644
--- a/INSTALL.pgsql.txt
+++ b/INSTALL.pgsql.txt
@@ -6,7 +6,6 @@ CONTENTS OF THIS FILE
* Introduction
* Installation and configuration:
- Database and user creation
- - PL/pgSQL procedural language installation
- Drupal schema loading
INTRODUCTION
@@ -39,24 +38,11 @@ INSTALLATION AND CONFIGURATION
use with Drupal only. The following command creates a new database
named "databasename", which is owned by previously created "username":
- createdb --encoding=SQL_ASCII --owner=username databasename
+ createdb --encoding=UNICODE --owner=username databasename
If everything works correctly, you'll see a "CREATE DATABASE" notice.
-3. INSTALL THE PL/pgSQL LANGUAGE
-
- You must also install the PL/pgSQL language if it does not exist:
-
- createlang plpgsql databasename
-
- If everything works correctly, you won't see any messages. It is
- possible that the PL/pgSQL language was already installed; if so,
- running the above command would give you the following error:
-
- createlang: language "plpgsql" is already
- installed in database "databasename"
-
-4. LOAD THE DRUPAL DATABASE SCHEMA
+3. LOAD THE DRUPAL DATABASE SCHEMA
Once the database has been created, load the required tables into it: