Edgewall Software

Changes between Initial Version and Version 2 of Ticket #4546


Ignore:
Timestamp:
Jan 16, 2007, 7:08:34 AM (17 years ago)
Author:
Matthew Good
Comment:

Looks ok, though I'd like to check out how to do this for pyPgSQL as well too.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4546

    • Property Owner changed from Jonas Borgström to Matthew Good
    • Property Status newassigned
    • Property Milestone0.10.4
  • Ticket #4546 – Description

    initial v2  
    77Usage:
    88{{{
    9 postgres://user:password@/host=/path/to/socket/dir
     9postgres://user:password@/database?host=/path/to/socket/dir
    1010}}}
    1111
    1212Currently, one can only connect to the default socket dir via:
    1313{{{
    14 postgres://user:password@/
     14postgres://user:password@/database
    1515}}}