From 1271771f94aa2bc7aa31ecface6dc52975e84d8e Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 3 Nov 2009 16:25:16 -0800 Subject: [PATCH] dev-readme: Fix formatting of initdb command Change-Id: Ifb127a41af449f9558c8e7e55d7f90616823a72a Signed-off-by: Shawn O. Pearce --- Documentation/dev-readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt index 73b956bbe9..e0e2017dd0 100644 --- a/Documentation/dev-readme.txt +++ b/Documentation/dev-readme.txt @@ -64,10 +64,10 @@ PostgreSQL Setup Initialize and start PostgreSQL (where $data is the location of your data): -=== +==== initdb --locale en_US.UTF-8 -D $data postmaster -D $data >/tmp/logfile 2>&1 & -=== +==== Create the JDBC user as a normal user (no superuser access) and assign it an encrypted password: