set client encoding in script to run correctly in postgresql

This commit is contained in:
Carlos Ruiz 2009-08-10 22:41:45 +00:00
parent e7020b067a
commit 1ec97a82a9
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
SET CLIENT_ENCODING TO 'LATIN1';
-- Aug 10, 2009 4:10:31 PM COT
-- Payroll spanish translation
UPDATE C_DocType_Trl SET Name='Payroll',PrintName='Nómina',DocumentNote=NULL,Updated=TO_TIMESTAMP('2009-08-10 16:10:31','YYYY-MM-DD HH24:MI:SS'),IsTranslated='Y' WHERE C_DocType_ID=50000 AND AD_Language LIKE 'es_%'