Changeset 1835


Ignore:
Timestamp:
08/29/16 12:28:14 (8 years ago)
Author:
nanardon
Message:

Add option to disable utf8 from pg

Location:
trunk/LATMOS-Accounts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql.pm

    r1771 r1835  
    8787                PrintWarn => 1, 
    8888                PrintError => 1, 
     89                pg_enable_utf8 => ($self->config('no_pg_utf8') ? 0 : 1), 
    8990            } 
    9091        ) or do { 
  • trunk/LATMOS-Accounts/man/man8/latmos-accounts-base-sql.pod

    r1834 r1835  
    99The C<libpq> connection parameters, eg a semin colon separated paramaters 
    1010containing the server, the database name, user and password, etc... 
     11 
     12=head2 no_pg_utf8 
     13 
     14If set disable utf8 flags from postgresql. You can try this parameter if you 
     15have issue with non ascii value from database 
    1116 
    1217=head2 remove_old_dpmt 
Note: See TracChangeset for help on using the changeset viewer.