Edgewall Software

Changes between Version 16 and Version 17 of TracEnvironment


Ignore:
Timestamp:
Nov 16, 2006, 10:56:51 AM (18 years ago)
Author:
joi ( ) strik.is
Comment:

Added info o specifying schema name in PostgreSQL connection string

Legend:

Unmodified
Added
Removed
Modified
  • TracEnvironment

    v16 v17  
    6060(Just to remind you, if you don't have a sudo/su setup, you just need to do the createdb and psql statements. That threw me the first couple of times I read this.)
    6161
     62Trac uses the `public` schema by default but you can specify a different schema in the connection string:
     63{{{
     64postgres://user:pass@server/database?schema=yourschemaname
     65}}}
     66
    6267For mysql the connection string is:
    6368{{{