Author: blee Date: Thu Nov 3 04:01:18 2011 New Revision: 1196933 URL: http://svn.apache.org/viewvc?rev=1196933&view=rev Log: SQOOP-385 Typo in PostgresqlTest.java regarding configuring postgresql.conf Modified: incubator/sqoop/trunk/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java Modified: incubator/sqoop/trunk/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java?rev=1196933&r1=1196932&r2=1196933&view=diff ============================================================================== --- incubator/sqoop/trunk/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java (original) +++ incubator/sqoop/trunk/src/test/com/cloudera/sqoop/manager/PostgresqlTest.java Thu Nov 3 04:01:18 2011 @@ -66,7 +66,7 @@ import com.cloudera.sqoop.util.FileListi * 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.