summaryrefslogtreecommitdiff
path: root/INSTALL.pgsql.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.pgsql.txt')
-rw-r--r--INSTALL.pgsql.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.pgsql.txt b/INSTALL.pgsql.txt
index 64847763f..20705478f 100644
--- a/INSTALL.pgsql.txt
+++ b/INSTALL.pgsql.txt
@@ -7,7 +7,7 @@ Note that the database must be created with UTF-8 (Unicode) encoding.
1. CREATE DATABASE USER
- This step is only necessary if you don't already have a user setup (e.g.
+ This step is only necessary if you don't already have a user set up (e.g.
by your host) or you want to create new user for use with Drupal only. The
following command creates a new user named "username" and asks for a
password for that user:
@@ -18,7 +18,7 @@ Note that the database must be created with UTF-8 (Unicode) encoding.
2. CREATE THE DRUPAL DATABASE
- This step is only necessary if you don't already have a database setup (e.g.
+ This step is only necessary if you don't already have a database set up (e.g.
by your host) or you want to create new database for use with Drupal only.
The following command creates a new database named "databasename", which is
owned by previously created "username":