Changes between Version 47 and Version 48 of FAQ
- Timestamp:
- Sep 4, 2010, 3:49:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v47 v48 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 52 53 {{{ listen_addresses = 'localhost' }}} 53 {{{ 54 listen_addresses = 'localhost' 55 }}} 54 56 55 57 '''TCP-IP connection.''' If you have Postgres v7, set (uncomment) the following option: 56 58 57 {{{ tcpip_socket = true }}} 59 {{{ 60 tcpip_socket = true 61 }}} 58 62 59 63 === Rasql queries ===