Changes between Version 48 and Version 49 of FAQ


Ignore:
Timestamp:
Sep 4, 2010, 3:50:03 PM (14 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v48 v49  
    5050
    5151      '''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 
    5352{{{
    5453listen_addresses = 'localhost'
     
    5655
    5756      '''TCP-IP connection.''' If you have Postgres v7, set (uncomment) the following option:
    58 
    5957{{{
    6058tcpip_socket = true