View Issue Details

IDProjectCategoryView StatusLast Update
0002147SOGoBackend Generalpublic2012-12-16 22:25
Reportergeepie Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version2.0.3a 
Summary0002147: PostgreSQL Optimisation
Description

Default parameter on postgresql connexion should be pushed in the user definition.

Additional Information

From the detailled log of postgresql:
Dec 16 23:17:35 desktop postgres[2887]: [10-1] u=_sogo,db=mail LOG: statement: SET standard_conforming_strings TO 'on'
Dec 16 23:17:35 desktop postgres[2887]: [11-1] u=_sogo,db=mail LOG: statement: set client_encoding to 'UTF8'

These Two statements should be deleted and replace by
ALTER USER _sogo SET standard_conforming_strings TO 'on';
ALTER USER _sogo SET client_encoding to 'UTF8';

=> Less flow between sogo and postgresql.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-12-16 22:25 geepie New Issue