Changes between Version 43 and Version 44 of Versions


Ignore:
Timestamp:
Feb 27, 2014, 10:13:17 PM (10 years ago)
Author:
Piero Campalani
Comment:

add comment for postgres 8.4 users

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v43 v44  
    58581. `$ update_petascopedb.sh`
    5959
     60NOTE for PostgreSQL < 9.1 users : migration of existing coverages in `petascopedb` assumes backslashes are treated literally in string literals. While this is the default behavior in versions >= 9.1 of PostgreSQL, this must be manually set in prior versions (see #675):
     61
     62{{{
     63petascopedb=# ALTER ROLE petauser SET standard_conforming_strings = on;
     64}}}
     65
     66
    6067=== Fixes ===
    6168[[TicketQuery(status=closed,milestone=9.0-beta1,order=id)]]