[opencourrier-Commits] r922 - branches/test_5.0.0-a1/data/pgsql

0 views
Skip to first unread message

balda...@adullact.net

unread,
Jun 13, 2017, 10:42:37 AM6/13/17
to openmairie-...@googlegroups.com
Author: baldachino
Date: 2017-06-13 16:42:30 +0200 (Tue, 13 Jun 2017)
New Revision: 922

Modified:
branches/test_5.0.0-a1/data/pgsql/install.sql
Log:
Force l'UTF-8 sur toutes les plateformes

Modified: branches/test_5.0.0-a1/data/pgsql/install.sql
===================================================================
--- branches/test_5.0.0-a1/data/pgsql/install.sql 2017-05-31 15:35:11 UTC (rev 921)
+++ branches/test_5.0.0-a1/data/pgsql/install.sql 2017-06-13 14:42:30 UTC (rev 922)
@@ -9,6 +9,11 @@
--------------------------------------------------------------------------------

-- Début du bloc transactionnel
+SET statement_timeout = 0;
+SET client_encoding = 'UTF8';
+SET standard_conforming_strings = on;
+SET check_function_bodies = false;
+SET client_min_messages = warning;
START TRANSACTION;

-- Usage :

Reply all
Reply to author
Forward
0 new messages