Guest User

Untitled

a guest
Jul 18th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. --
  2. -- EnterpriseDB database dump
  3. --
  4.  
  5. -- Dumped from database version 10.1.5
  6. -- Dumped by pg_dump version 10.1.5
  7.  
  8. SET statement_timeout = 0;
  9. SET lock_timeout = 0;
  10. SET idle_in_transaction_session_timeout = 0;
  11. SET client_encoding = 'UTF8';
  12. SET standard_conforming_strings = on;
  13. SET edb_redwood_date = off;
  14. SET default_with_rowids = off;
  15. SET check_function_bodies = false;
  16. SET client_min_messages = warning;
  17. SET row_security = off;
  18.  
  19. .
  20. . Till Then so long here
  21. .
  22.  
  23. COPY inittemp (terminalid, tracenumber, createat, data, flag) FROM stdin;
  24. .
  25.  
  26.  
  27. --
  28. -- Data for Name: tbaid; Type: TABLE DATA; Schema: public; Owner: tmsedc
  29. --
  30.  
  31. COPY tbaid (aidid, appvernum, aidname, tacdefault, tacdenial, taconline, threshold, target, maxtarget, defaultddol, defaulttdol, bankacqid, floorlimit, categorycode, trxtype, terminalcapability, indicatortag, databaseid, status, isapproved, approveddate, approvedby, cardtype) FROM stdin;
  32. asd s s s 0 0 0.0.0.0 0 0 750 s s s s s s s 1 Y Y 2018-06-29 10:20:23.174239 ayao s
  33. 2222 s 222 s 0 0 0.0.0.0 0 0 750 s s s s s s s 1 Y Y 2018-06-29 11:25:39.504868 ayao s
  34. 11 11 11 0 0 0 0.0.0.0 0 0 750 1 1 1 1 1 1 1 1 N Y 2018-06-29 10:21:05.103313 ayao 1
  35. 0001 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 Y Y N N xxxxx
  36. .
  37.  
  38. ERROR: syntax error at or near ""
  39. LINE 5301: .
  40. ^
  41. SQL state: 42601
  42. Character: 243732
  43.  
  44. ERROR: syntax error at or near "asd"
  45. LINE 5309: asd s s s 0 0 0.0.0.0 0 0 750 s s s s s s s 1 Y Y 2018-06-29...
  46. ^
  47. SQL state: 42601
  48. Character: 244104
Add Comment
Please, Sign In to add comment