Opened 10 years ago

Closed 10 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 Piero Campalani, 10 years ago

Status: newaccepted
Summary: Portability problem with PostgreSQL prio to 9.1 on literalsPortability problem with PostgreSQL prior to 9.1 on literals

comment:2 by Piero Campalani, 10 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in changeset:4816e4b.

Note: See TracTickets for help on using tickets.