Edgewall Software

Changes between Version 35 and Version 36 of DatabaseBackend


Ignore:
Timestamp:
Jun 3, 2008, 6:31:30 PM (16 years ago)
Author:
carlos@…
Comment:

Added more information regarding PSQL and Unix sockets.

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v35 v36  
    5252Alternatively on UNIX, if the database is a local one, you can use UNIX sockets instead of TCP/IP:
    5353{{{
    54 postgres://user:pass@/dbname
     54postgres://user:pass@/dbname?host=/path/to/unix/socket/dir
    5555}}}
     56 * Note: '?host=...' is optional. Check your postgresql.conf' unix_socket_directory option if you have connection problems.
    5657
    5758See #4546 for more details.