Changes between Version 47 and Version 48 of FAQ


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

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v47 v48  
    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
    5252
    53       {{{ listen_addresses = 'localhost' }}}
     53{{{
     54listen_addresses = 'localhost'
     55}}}
    5456
    5557      '''TCP-IP connection.''' If you have Postgres v7, set (uncomment) the following option:
    5658
    57       {{{ tcpip_socket = true }}}
     59{{{
     60tcpip_socket = true
     61}}}
    5862
    5963=== Rasql queries ===