mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Travis: let's try to force client timezone.
The cvs-parse-date test is failing on Travis because the server up there in the Cloud isn't using the same timezone as my local machine. Let's just force the timezone in the SET clause...
This commit is contained in:
parent
3f539b7384
commit
60d58a96b8
@ -12,7 +12,7 @@ LOAD CSV
|
||||
fields escaped by double-quote,
|
||||
fields terminated by ','
|
||||
|
||||
SET client_encoding to 'latin1',
|
||||
SET timezone to 'Europe/Paris',
|
||||
work_mem to '12MB',
|
||||
standard_conforming_strings to 'on'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user