# HG changeset patch # User lisaq # Date 2016-08-17 14:20:49 # Node ID a9a0532dd6d22940d45a5648b54a1d6cdf6eb609 # Parent f630dd05319587f6be3a23618008c47406dd659c docs: fixing errors in PostgreSQL setup fixes #4174 diff --git a/docs/install/using-postgresql.rst b/docs/install/using-postgresql.rst --- a/docs/install/using-postgresql.rst +++ b/docs/install/using-postgresql.rst @@ -3,20 +3,20 @@ PostgreSQL ---------- -To use a PostgreSQL database you should install and configurevthe database -before installing |RCV|. This is becausevduring |RCV| installation you will -setup a connection to your PostgreSQL database. To work with PostgreSQL, +To use a PostgreSQL database, you should install and configure the database +before installing |RCV|. This is because during |RCV| installation you will +setup the connection to your PostgreSQL database. To work with PostgreSQL, use the following steps: -1. Depending on your |os|, install avPostgreSQL database following the +1. Depending on your |os|, install a PostgreSQL database following the appropriate instructions from the `PostgreSQL website`_. -2. Configure the database with a username and password which you will use +2. Configure the database with a username and password, which you will use with |RCV|. 3. Install |RCV|, and during installation select PostgreSQL as your database. -4. Enter the following information to during the database setup: +4. Enter the following information during the database setup: * Your network IP Address - * The port number for MySQL access. The default MySQL port is ``5434`` + * The port number for PostgreSQL access; the default port is ``5434`` * Your database username * Your database password * A new database name