5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 05:31:14 +08:00

SQOOP-385 Typo in PostgresqlTest.java regarding configuring postgresql.conf

git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1196933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bilung Lee 2011-11-03 04:01:18 +00:00
parent d8a8c43009
commit 22ed175b76

View File

@ -66,7 +66,7 @@
* Also in the file /etc/postgresql/8.3/main/postgresql.conf, uncomment
* the line that starts with listen_addresses and set its value to '*' as
* follows
* listen_address = '*'
* listen_addresses = '*'
*
* For postgresql 8.1, this may be in /var/lib/pgsql/data, instead. You may
* need to restart the postgresql service after modifying this file.