Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3308, comment 4


Ignore:
Timestamp:
Jun 30, 2016, 6:51:11 PM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3308, comment 4

    initial v1  
    11No, database connection string is correct. It is:
     2{{{
    23database = postgres://tracdbuser:tracdbpwd@localhost/tracdb?schema=myproj
     4}}}
    35
    46When there are also public schema (created via trac-admin) in database tracdb - everything is fine: it works with "myproj" schema.
    5 But after renaming or deleting public schema, trac.cgi prints following for "myproj" project:
    6 (Sorry, I don't know how to put this error message in scrollable box)
    7 --- cut here ---
     7But after renaming or deleting public schema, `trac.cgi` prints following for "myproj" project:
     8
     9{{{
    810Oops...
    911
     
    3739    return self.cursor.execute(sql)
    3840ProgrammingError: relation "system" does not exist
    39 --- cut here ---
     41}}}
    4042
    4143But "system" table exist both in "public" and "myproj" schemas and in both of them have correct database_version value.