Django

Code

Changeset 5361

Show
Ignore:
Timestamp:
05/27/07 06:33:57 (1 year ago)
Author:
mtredinnick
Message:

Fixed #3227 -- Clarified DATABASE_HOST semantics for PostgreSQL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/settings.txt

    r5292 r5361  
    264264If you're using MySQL and this value *doesn't* start with a forward slash, then 
    265265this value is assumed to be the host. 
     266 
     267If you're using PostgreSQL, an empty string means to use a Unix domain socket 
     268for the connection, rather than a network connection to localhost. If you 
     269explictly need to use a TCP/IP connection on the local machine with 
     270PostgreSQL, specify ``localhost`` here. 
    266271 
    267272DATABASE_NAME