mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
Explicitly set standard_conforming_strings to off with PostreSQL
This commit is contained in:
parent
51508a9fc3
commit
b7726ee392
@ -502,6 +502,7 @@ pgsql_connect(Server, Port, DB, Username, Password) ->
|
|||||||
{ok, Ref} ->
|
{ok, Ref} ->
|
||||||
pgsql:squery(Ref, [<<"alter database ">>, DB, <<" set ">>,
|
pgsql:squery(Ref, [<<"alter database ">>, DB, <<" set ">>,
|
||||||
<<"standard_conforming_strings='off';">>]),
|
<<"standard_conforming_strings='off';">>]),
|
||||||
|
pgsql:squery(Ref, [<<"set standard_conforming_strings to 'off';">>]),
|
||||||
{ok, Ref};
|
{ok, Ref};
|
||||||
Err ->
|
Err ->
|
||||||
Err
|
Err
|
||||||
|
Loading…
Reference in New Issue
Block a user