diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2012-11-28 13:14:10 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-11-28 13:14:10 +0200 |
| commit | 40ad0f17a7e5e6455baf667b7498b93ba489a910 (patch) | |
| tree | 635ad96e68890cbd020f8bb65d5d36331a909dd4 | |
| parent | 2666c67ab67d6556371ff26742d1a653601d5947 (diff) | |
Update setup notes for PostgreSQL2.2.0.a2
| -rw-r--r-- | db/pgsql/setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/pgsql/setup b/db/pgsql/setup index e091f22..bb872ac 100644 --- a/db/pgsql/setup +++ b/db/pgsql/setup @@ -4,6 +4,8 @@ local odb_test odb_test trust host odb_test odb_test 192.168.0.0/24 trust +* In /etc/postgresql/X.Y/postgresql.conf change listen_address to '*'. + Restart the server. * Add user and database: |
