Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [pgsql]
  2. host = inside
  3. port = 5432
  4. base = test
  5. user = maintainer
  6. pass = pass
  7.  
  8. log_file            = /tmp/pgloader.log
  9. log_min_messages    = DEBUG
  10. client_min_messages = DEBUG
  11.  
  12. client_encoding = 'latin2'
  13. #input_encoding  = 'latin2'
  14. lc_messages         = pl_PL.UTF-8
  15. pg_option_standard_conforming_strings = on
  16.  
  17. null         = ""
  18. empty_string = "\ "
  19.  
  20. skipinitialspace = true
  21.  
  22. [csv]
  23. table            = tours
  24. format           = csv
  25. quotechar        = "
  26. field_size_limit = 512kB
  27. field_sep        = ,
  28. filename         = terminy-clean.csv
  29. columns          = country_id, destination_id, city_id, offer_id, vendor_id, "from", "to"
  30. #columns         = *
  31. only_cols    = 1-7
  32. skipinitialspace = true
  33.  
  34. reject_log   = /tmp/simple.rej.log
  35. reject_data  = /tmp/simple.rej
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement