Opened 11 years ago
Closed 11 years ago
#675 closed defect (fixed)
Portability problem with PostgreSQL prior to 9.1 on literals
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | critical | Milestone: | 9.0.x |
Component: | petascope | Version: | development |
Keywords: | postgresql literal backslash | Cc: | Dimitar Misev |
Complexity: | Easy |
Description
Since PostgreSQL 9.1 backslashes are treated literally in literals: this is not true however in previous versions of Postgres, thus creating a portability problem for users using 8.X or prior versions of Postgres.
The variable 'standard_conforming_strings'
should be then set before starting the update of petascopedb
.
See this page in the PostgreSQL documentation.
Change History (2)
comment:1 by , 11 years ago
Status: | new → accepted |
---|---|
Summary: | Portability problem with PostgreSQL prio to 9.1 on literals → Portability problem with PostgreSQL prior to 9.1 on literals |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:4816e4b.