From 391de95cd65be4dd3161f5088fbb39118727609a Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Thu, 7 Jun 2001 19:50:35 +0000 Subject: [PATCH] add versino info git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4515 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/sql/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engine/sql/README b/src/engine/sql/README index d1670b3dfa..871d42e57a 100644 --- a/src/engine/sql/README +++ b/src/engine/sql/README @@ -11,6 +11,8 @@ usable. Postgres Install Instructions ----------------------------- 1) Install PostgresSQL server, client and devel packages. + (Both the 6.x and the 7.x versions of Postgres should work). + 2) if installed from redhat, then running /etc/rc.d/init.d/postgresql will setup and initialize basic Postgres first-time setup & config. 3) as root, 'su - postgres' then run 'createuser' to add your user id