From 1ba8903c40413f692ff0146ece061417eafcdafd Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 5 Oct 2011 16:30:54 -0400 Subject: [PATCH] Fix copy-paste-o: "su - postgres" to become postgres Thanks to sal_ in IRC who caught this nugget! Signed-off-by: Dan Scott --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d0f8b2e00b..bd1a6cb406 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ follows: issuing the `su - opensrf` command. ** The *postgres* Linux account is created automatically when you install the PostgreSQL database server. You can switch to this account from the - *root* account by issuing the `su - opensrf` command. + *root* account by issuing the `su - postgres` command. * PostgreSQL user accounts: ** The *evergreen* PostgreSQL account is a superuser account that you will create to connect to the PostgreSQL database server. -- 2.43.2