Add note about pg_hba editing to grant the 'general' user access.

This commit is contained in:
Andrew McMillan 2006-11-09 12:21:42 +13:00
parent b2449d29d0
commit 05868adf57

View File

@ -87,6 +87,9 @@ user, for example:</p>
su postgres -c /usr/share/rscds/dba/create-database.sh
</pre>
<p>Once your database has been created, you may also need to
edit your pg_hba.conf file in order to grant the application
access to the database as the 'general' user.</p>
<h1>Apache VHost Configuration</h1>