Changes between Version 48 and Version 49 of FAQ
- Timestamp:
- Sep 4, 2010, 3:50:03 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v48 v49 50 50 51 51 '''Blocked incoming connections.''' Another cause of the problem might be that postgres does not allow incoming connections. If you have Postgres v8 or more recent, modify file "postgresl.conf" and set (uncomment) the option 52 53 52 {{{ 54 53 listen_addresses = 'localhost' … … 56 55 57 56 '''TCP-IP connection.''' If you have Postgres v7, set (uncomment) the following option: 58 59 57 {{{ 60 58 tcpip_socket = true