Edgewall Software

Changes between Version 24 and Version 25 of DatabaseBackend


Ignore:
Timestamp:
Feb 9, 2007, 5:58:21 PM (17 years ago)
Author:
Christian Boos
Comment:

Add note about using UNIX socket for PostgreSQL connection strings

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v24 v25  
    4545postgres://user:pass@localhost:5432/dbname
    4646}}}
     47
     48Alternatively on UNIX, if the database is a local one, you can UNIX sockets instead of TCP/IP:
     49{{{
     50postgres://user:pass@/dbname
     51}}}
     52
     53See #4546 for more details.
     54
     55
    4756
    4857See also #2441, which discusses the process of migration from SQLite to Postgresql.