Facebook
From Whipped Parrot, 3 Years ago, written in dot.
Embed
Download Paste or View Raw
Hits: 143
  1. digraph { splines=false; fontsize=8; node [shape=box];
  2. 1118 [
  3.                 label="  1118 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, createdAt, updatedAt\l\l  [3] Data row:\l  1, 2021-02-13 02:14:47.389+00, \l  2021-02-13 02:14:47.389+00\l\l  [4] Command completion:\l  INSERT 0 1\l"
  4.                 group=41376
  5.  
  6.                 ]
  7. 1122 [
  8.                 label="  1122 >>>\l  [0] Startup message\l"
  9.                 group=41380
  10.  
  11.                 ]
  12. 1118 -> 1122
  13. 1124 [
  14.                 label="  1124 <<<\l  [0] Authentication request\l\l  [1] Parameter status:\l  Parameter status \l  application_name = ''\l\l  [2] Parameter status:\l  Parameter status \l  client_encoding = 'UTF8'\l\l  [3] Parameter status:\l  Parameter status DateStyle = \l  'ISO, MDY'\l\l  [4] Parameter status:\l  Parameter status \l  integer_datetimes = 'on'\l\l  [5] Parameter status:\l  Parameter status IntervalStyle \l  = 'postgres'\l\l  [6] Parameter status:\l  Parameter status is_superuser \l  = 'on'\l\l  [7] Parameter status:\l  Parameter status \l  server_encoding = 'UTF8'\l\l  [8] Parameter status:\l  Parameter status \l  server_version = '10.5 (Debian \l  10.5-1.pgdg90+1)'\l\l  [9] Parameter status:\l  Parameter status \l  session_authorization = \l  'postgres'\l\l  [10] Parameter status:\l  Parameter status \l  standard_conforming_strings = \l  'on'\l\l  [11] Parameter status:\l  Parameter status TimeZone = \l  'UTC'\l\l  [12] Backend key data\l\l  [13] Ready for query\l"
  15.                 group=41380
  16.  
  17.                 ]
  18. 1122 -> 1124 [color=red]
  19. 1126 [
  20.                 label="  1126 >>>\l  [0] Simple query:\l  SET client_min_messages TO \l  warning;SET TIME ZONE INTERVAL \l  '+00:00' HOUR TO MINUTE;\l"
  21.                 group=41380
  22.  
  23.                 ]
  24. 1124 -> 1126 [color=red]
  25. 1128 [
  26.                 label="  1128 <<<\l  [0] Command completion:\l  SET\l\l  [1] Parameter status:\l  Parameter status TimeZone = \l  '<+00>-00'\l\l  [2] Command completion:\l  SET\l\l  [3] Ready for query\l"
  27.                 group=41380
  28.  
  29.                 ]
  30. 1126 -> 1128 [color=red]
  31. 1130 [
  32.                 label="  1130 >>>\l  [0] Parse:\l  INSERT INTO \"archive\".\"Users\" \l  (\"id\",\"createdAt\",\"updatedAt\") \l  VALUES ($1,$2,$3) RETURNING \l  \"id\",\"createdAt\",\"updatedAt\";\l"
  33.                 group=41380
  34.  
  35.                 ]
  36. 1128 -> 1130 [color=red]
  37. 1132 [
  38.                 label="  1132 >>>\l  [0] Bind:\l  [\"2\",\"2021-02-13 02:14:47.391 \l  +00:00\",\"2021-02-13 \l  02:14:47.391 +00:00\"]\l"
  39.                 group=41380
  40.  
  41.                 ]
  42. 1130 -> 1132 [color=red]
  43. 1134 [
  44.                 label="  1134 >>>\l  [0] Describe\l"
  45.                 group=41380
  46.  
  47.                 ]
  48. 1132 -> 1134 [color=red]
  49. 1136 [
  50.                 label="  1136 >>>\l  [0] Execute\l"
  51.                 group=41380
  52.  
  53.                 ]
  54. 1134 -> 1136 [color=red]
  55. 1138 [
  56.                 label="  1138 >>>\l  [0] Flush\l"
  57.                 group=41380
  58.  
  59.                 ]
  60. 1136 -> 1138 [color=red]
  61. 1140 [
  62.                 label="  1140 >>>\l  [0] Sync\l"
  63.                 group=41380
  64.  
  65.                 ]
  66. 1138 -> 1140 [color=red]
  67. 1142 [
  68.                 label="  1142 <<<\l  [0] Ready for query\l"
  69.                 group=41376
  70.  
  71.                 ]
  72. 1118 -> 1142 [color=red]
  73. 1140 -> 1142
  74. 1144 [
  75.                 label="  1144 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, createdAt, updatedAt\l\l  [3] Data row:\l  2, 2021-02-13 02:14:47.391+00, \l  2021-02-13 02:14:47.391+00\l\l  [4] Command completion:\l  INSERT 0 1\l"
  76.                 group=41380
  77.  
  78.                 ]
  79. 1140 -> 1144 [color=red]
  80. 1142 -> 1144
  81. 1146 [
  82.                 label="  1146 <<<\l  [0] Ready for query\l"
  83.                 group=41380
  84.  
  85.                 ]
  86. 1144 -> 1146 [color=red]
  87. 1148 [
  88.                 label="  1148 >>>\l  [0] Parse:\l  INSERT INTO \"archive\".\"Tasks\" \l  (\"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\") \l  VALUES ($1,$2,$3,$4,$5) \l  RETURNING \l  \"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\";\l"
  89.                 group=41376
  90.  
  91.                 ]
  92. 1142 -> 1148 [color=red]
  93. 1146 -> 1148
  94. 1149 [
  95.                 label="  1149 >>>\l  [0] Bind:\l  [\"1\",\"b\",\"2021-02-13 \l  02:14:47.409 \l  +00:00\",\"2021-02-13 \l  02:14:47.409 +00:00\",\"1\"]\l"
  96.                 group=41376
  97.  
  98.                 ]
  99. 1148 -> 1149 [color=red]
  100. 1150 [
  101.                 label="  1150 >>>\l  [0] Describe\l"
  102.                 group=41376
  103.  
  104.                 ]
  105. 1149 -> 1150 [color=red]
  106. 1151 [
  107.                 label="  1151 >>>\l  [0] Execute\l"
  108.                 group=41376
  109.  
  110.                 ]
  111. 1150 -> 1151 [color=red]
  112. 1152 [
  113.                 label="  1152 >>>\l  [0] Flush\l"
  114.                 group=41376
  115.  
  116.                 ]
  117. 1151 -> 1152 [color=red]
  118. 1153 [
  119.                 label="  1153 >>>\l  [0] Sync\l"
  120.                 group=41376
  121.  
  122.                 ]
  123. 1152 -> 1153 [color=red]
  124. 1164 [
  125.                 label="  1164 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, title, createdAt, \l  updatedAt, UserId\l\l  [3] Data row:\l  1, b, 2021-02-13 \l  02:14:47.409+00, 2021-02-13 \l  02:14:47.409+00, 1\l\l  [4] Command completion:\l  INSERT 0 1\l"
  126.                 group=41376
  127.  
  128.                 ]
  129. 1153 -> 1164 [color=red]
  130. 1165 [
  131.                 label="  1165 >>>\l  [0] Parse:\l  INSERT INTO \"archive\".\"Tasks\" \l  (\"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\") \l  VALUES ($1,$2,$3,$4,$5) \l  RETURNING \l  \"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\";\l"
  132.                 group=41380
  133.  
  134.                 ]
  135. 1146 -> 1165 [color=red]
  136. 1164 -> 1165
  137. 1167 [
  138.                 label="  1167 >>>\l  [0] Bind:\l  [\"2\",\"d\",\"2021-02-13 \l  02:14:47.410 \l  +00:00\",\"2021-02-13 \l  02:14:47.410 +00:00\",\"1\"]\l"
  139.                 group=41380
  140.  
  141.                 ]
  142. 1165 -> 1167 [color=red]
  143. 1169 [
  144.                 label="  1169 >>>\l  [0] Describe\l"
  145.                 group=41380
  146.  
  147.                 ]
  148. 1167 -> 1169 [color=red]
  149. 1171 [
  150.                 label="  1171 >>>\l  [0] Execute\l"
  151.                 group=41380
  152.  
  153.                 ]
  154. 1169 -> 1171 [color=red]
  155. 1173 [
  156.                 label="  1173 >>>\l  [0] Flush\l"
  157.                 group=41380
  158.  
  159.                 ]
  160. 1171 -> 1173 [color=red]
  161. 1174 [
  162.                 label="  1174 >>>\l  [0] Sync\l"
  163.                 group=41380
  164.  
  165.                 ]
  166. 1173 -> 1174 [color=red]
  167. 1176 [
  168.                 label="  1176 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, title, createdAt, \l  updatedAt, UserId\l\l  [3] Data row:\l  2, d, 2021-02-13 \l  02:14:47.41+00, 2021-02-13 \l  02:14:47.41+00, 1\l\l  [4] Command completion:\l  INSERT 0 1\l"
  169.                 group=41380
  170.  
  171.                 ]
  172. 1174 -> 1176 [color=red]
  173. 1178 [
  174.                 label="  1178 <<<\l  [0] Ready for query\l"
  175.                 group=41376
  176.  
  177.                 ]
  178. 1164 -> 1178 [color=red]
  179. 1176 -> 1178
  180. 1180 [
  181.                 label="  1180 >>>\l  [0] Startup message\l"
  182.                 group=41386
  183.  
  184.                 ]
  185. 1178 -> 1180
  186. 1182 [
  187.                 label="  1182 >>>\l  [0] Startup message\l"
  188.                 group=41388
  189.  
  190.                 ]
  191. 1180 -> 1182
  192. 1184 [
  193.                 label="  1184 >>>\l  [0] Startup message\l"
  194.                 group=41392
  195.  
  196.                 ]
  197. 1182 -> 1184
  198. 1186 [
  199.                 label="  1186 >>>\l  [0] Parse:\l  INSERT INTO \"archive\".\"Tasks\" \l  (\"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\") \l  VALUES ($1,$2,$3,$4,$5) \l  RETURNING \l  \"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\";\l"
  200.                 group=41376
  201.  
  202.                 ]
  203. 1178 -> 1186 [color=red]
  204. 1184 -> 1186
  205. 1187 [
  206.                 label="  1187 <<<\l  [0] Authentication request\l\l  [1] Parameter status:\l  Parameter status \l  application_name = ''\l\l  [2] Parameter status:\l  Parameter status \l  client_encoding = 'UTF8'\l\l  [3] Parameter status:\l  Parameter status DateStyle = \l  'ISO, MDY'\l\l  [4] Parameter status:\l  Parameter status \l  integer_datetimes = 'on'\l\l  [5] Parameter status:\l  Parameter status IntervalStyle \l  = 'postgres'\l\l  [6] Parameter status:\l  Parameter status is_superuser \l  = 'on'\l\l  [7] Parameter status:\l  Parameter status \l  server_encoding = 'UTF8'\l\l  [8] Parameter status:\l  Parameter status \l  server_version = '10.5 (Debian \l  10.5-1.pgdg90+1)'\l\l  [9] Parameter status:\l  Parameter status \l  session_authorization = \l  'postgres'\l\l  [10] Parameter status:\l  Parameter status \l  standard_conforming_strings = \l  'on'\l\l  [11] Parameter status:\l  Parameter status TimeZone = \l  'UTC'\l\l  [12] Backend key data\l\l  [13] Ready for query\l"
  207.                 group=41388
  208.  
  209.                 ]
  210. 1182 -> 1187 [color=red]
  211. 1186 -> 1187
  212. 1189 [
  213.                 label="  1189 >>>\l  [0] Bind:\l  [\"3\",\"c\",\"2021-02-13 \l  02:14:47.410 \l  +00:00\",\"2021-02-13 \l  02:14:47.410 +00:00\",\"1\"]\l"
  214.                 group=41376
  215.  
  216.                 ]
  217. 1186 -> 1189 [color=red]
  218. 1187 -> 1189
  219. 1190 [
  220.                 label="  1190 >>>\l  [0] Describe\l"
  221.                 group=41376
  222.  
  223.                 ]
  224. 1189 -> 1190 [color=red]
  225. 1192 [
  226.                 label="  1192 <<<\l  [0] Authentication request\l\l  [1] Parameter status:\l  Parameter status \l  application_name = ''\l\l  [2] Parameter status:\l  Parameter status \l  client_encoding = 'UTF8'\l\l  [3] Parameter status:\l  Parameter status DateStyle = \l  'ISO, MDY'\l\l  [4] Parameter status:\l  Parameter status \l  integer_datetimes = 'on'\l\l  [5] Parameter status:\l  Parameter status IntervalStyle \l  = 'postgres'\l\l  [6] Parameter status:\l  Parameter status is_superuser \l  = 'on'\l\l  [7] Parameter status:\l  Parameter status \l  server_encoding = 'UTF8'\l\l  [8] Parameter status:\l  Parameter status \l  server_version = '10.5 (Debian \l  10.5-1.pgdg90+1)'\l\l  [9] Parameter status:\l  Parameter status \l  session_authorization = \l  'postgres'\l\l  [10] Parameter status:\l  Parameter status \l  standard_conforming_strings = \l  'on'\l\l  [11] Parameter status:\l  Parameter status TimeZone = \l  'UTC'\l\l  [12] Backend key data\l\l  [13] Ready for query\l"
  227.                 group=41386
  228.  
  229.                 ]
  230. 1180 -> 1192 [color=red]
  231. 1190 -> 1192
  232. 1194 [
  233.                 label="  1194 <<<\l  [0] Authentication request\l\l  [1] Parameter status:\l  Parameter status \l  application_name = ''\l\l  [2] Parameter status:\l  Parameter status \l  client_encoding = 'UTF8'\l\l  [3] Parameter status:\l  Parameter status DateStyle = \l  'ISO, MDY'\l\l  [4] Parameter status:\l  Parameter status \l  integer_datetimes = 'on'\l\l  [5] Parameter status:\l  Parameter status IntervalStyle \l  = 'postgres'\l\l  [6] Parameter status:\l  Parameter status is_superuser \l  = 'on'\l\l  [7] Parameter status:\l  Parameter status \l  server_encoding = 'UTF8'\l\l  [8] Parameter status:\l  Parameter status \l  server_version = '10.5 (Debian \l  10.5-1.pgdg90+1)'\l\l  [9] Parameter status:\l  Parameter status \l  session_authorization = \l  'postgres'\l\l  [10] Parameter status:\l  Parameter status \l  standard_conforming_strings = \l  'on'\l\l  [11] Parameter status:\l  Parameter status TimeZone = \l  'UTC'\l\l  [12] Backend key data\l\l  [13] Ready for query\l"
  234.                 group=41392
  235.  
  236.                 ]
  237. 1184 -> 1194 [color=red]
  238. 1192 -> 1194
  239. 1196 [
  240.                 label="  1196 >>>\l  [0] Execute\l\l  [1] Flush\l"
  241.                 group=41376
  242.  
  243.                 ]
  244. 1190 -> 1196 [color=red]
  245. 1194 -> 1196
  246. 1197 [
  247.                 label="  1197 >>>\l  [0] Sync\l"
  248.                 group=41376
  249.  
  250.                 ]
  251. 1196 -> 1197 [color=red]
  252. 1198 [
  253.                 label="  1198 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, title, createdAt, \l  updatedAt, UserId\l\l  [3] Data row:\l  3, c, 2021-02-13 \l  02:14:47.41+00, 2021-02-13 \l  02:14:47.41+00, 1\l\l  [4] Command completion:\l  INSERT 0 1\l"
  254.                 group=41376
  255.  
  256.                 ]
  257. 1197 -> 1198 [color=red]
  258. 1199 [
  259.                 label="  1199 >>>\l  [0] Simple query:\l  SET client_min_messages TO \l  warning;SET TIME ZONE INTERVAL \l  '+00:00' HOUR TO MINUTE;\l"
  260.                 group=41388
  261.  
  262.                 ]
  263. 1187 -> 1199 [color=red]
  264. 1198 -> 1199
  265. 1201 [
  266.                 label="  1201 >>>\l  [0] Simple query:\l  SET client_min_messages TO \l  warning;SET TIME ZONE INTERVAL \l  '+00:00' HOUR TO MINUTE;\l"
  267.                 group=41386
  268.  
  269.                 ]
  270. 1192 -> 1201 [color=red]
  271. 1199 -> 1201
  272. 1203 [
  273.                 label="  1203 <<<\l  [0] Command completion:\l  SET\l\l  [1] Parameter status:\l  Parameter status TimeZone = \l  '<+00>-00'\l\l  [2] Command completion:\l  SET\l\l  [3] Ready for query\l"
  274.                 group=41388
  275.  
  276.                 ]
  277. 1199 -> 1203 [color=red]
  278. 1201 -> 1203
  279. 1205 [
  280.                 label="  1205 >>>\l  [0] Simple query:\l  SET client_min_messages TO \l  warning;SET TIME ZONE INTERVAL \l  '+00:00' HOUR TO MINUTE;\l"
  281.                 group=41392
  282.  
  283.                 ]
  284. 1194 -> 1205 [color=red]
  285. 1203 -> 1205
  286. 1207 [
  287.                 label="  1207 <<<\l  [0] Command completion:\l  SET\l\l  [1] Parameter status:\l  Parameter status TimeZone = \l  '<+00>-00'\l\l  [2] Command completion:\l  SET\l\l  [3] Ready for query\l"
  288.                 group=41386
  289.  
  290.                 ]
  291. 1201 -> 1207 [color=red]
  292. 1205 -> 1207
  293. 1209 [
  294.                 label="  1209 <<<\l  [0] Command completion:\l  SET\l\l  [1] Parameter status:\l  Parameter status TimeZone = \l  '<+00>-00'\l\l  [2] Command completion:\l  SET\l\l  [3] Ready for query\l"
  295.                 group=41392
  296.  
  297.                 ]
  298. 1205 -> 1209 [color=red]
  299. 1207 -> 1209
  300. 1211 [
  301.                 label="  1211 >>>\l  [0] Parse:\l  INSERT INTO \"archive\".\"Tasks\" \l  (\"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\") \l  VALUES ($1,$2,$3,$4,$5) \l  RETURNING \l  \"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\";\l"
  302.                 group=41388
  303.  
  304.                 ]
  305. 1203 -> 1211 [color=red]
  306. 1209 -> 1211
  307. 1213 [
  308.                 label="  1213 >>>\l  [0] Bind:\l  [\"4\",\"a\",\"2021-02-13 \l  02:14:47.410 \l  +00:00\",\"2021-02-13 \l  02:14:47.410 +00:00\",\"1\"]\l"
  309.                 group=41388
  310.  
  311.                 ]
  312. 1211 -> 1213 [color=red]
  313. 1215 [
  314.                 label="  1215 >>>\l  [0] Describe\l"
  315.                 group=41388
  316.  
  317.                 ]
  318. 1213 -> 1215 [color=red]
  319. 1217 [
  320.                 label="  1217 >>>\l  [0] Execute\l"
  321.                 group=41388
  322.  
  323.                 ]
  324. 1215 -> 1217 [color=red]
  325. 1219 [
  326.                 label="  1219 >>>\l  [0] Flush\l"
  327.                 group=41388
  328.  
  329.                 ]
  330. 1217 -> 1219 [color=red]
  331. 1221 [
  332.                 label="  1221 >>>\l  [0] Sync\l"
  333.                 group=41388
  334.  
  335.                 ]
  336. 1219 -> 1221 [color=red]
  337. 1223 [
  338.                 label="  1223 <<<\l  [0] Ready for query\l"
  339.                 group=41380
  340.  
  341.                 ]
  342. 1176 -> 1223 [color=red]
  343. 1221 -> 1223
  344. 1225 [
  345.                 label="  1225 >>>\l  [0] Parse:\l  INSERT INTO \"archive\".\"Tasks\" \l  (\"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\") \l  VALUES ($1,$2,$3,$4,$5) \l  RETURNING \l  \"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\";\l"
  346.                 group=41386
  347.  
  348.                 ]
  349. 1207 -> 1225 [color=red]
  350. 1223 -> 1225
  351. 1227 [
  352.                 label="  1227 >>>\l  [0] Bind:\l  [\"5\",\"a\",\"2021-02-13 \l  02:14:47.416 \l  +00:00\",\"2021-02-13 \l  02:14:47.416 +00:00\",\"2\"]\l"
  353.                 group=41386
  354.  
  355.                 ]
  356. 1225 -> 1227 [color=red]
  357. 1229 [
  358.                 label="  1229 >>>\l  [0] Describe\l"
  359.                 group=41386
  360.  
  361.                 ]
  362. 1227 -> 1229 [color=red]
  363. 1231 [
  364.                 label="  1231 >>>\l  [0] Execute\l"
  365.                 group=41386
  366.  
  367.                 ]
  368. 1229 -> 1231 [color=red]
  369. 1233 [
  370.                 label="  1233 >>>\l  [0] Flush\l"
  371.                 group=41386
  372.  
  373.                 ]
  374. 1231 -> 1233 [color=red]
  375. 1235 [
  376.                 label="  1235 >>>\l  [0] Sync\l"
  377.                 group=41386
  378.  
  379.                 ]
  380. 1233 -> 1235 [color=red]
  381. 1237 [
  382.                 label="  1237 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, title, createdAt, \l  updatedAt, UserId\l\l  [3] Data row:\l  4, a, 2021-02-13 \l  02:14:47.41+00, 2021-02-13 \l  02:14:47.41+00, 1\l\l  [4] Command completion:\l  INSERT 0 1\l"
  383.                 group=41388
  384.  
  385.                 ]
  386. 1221 -> 1237 [color=red]
  387. 1235 -> 1237
  388. 1239 [
  389.                 label="  1239 >>>\l  [0] Parse:\l  INSERT INTO \"archive\".\"Tasks\" \l  (\"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\") \l  VALUES ($1,$2,$3,$4,$5) \l  RETURNING \l  \"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\";\l"
  390.                 group=41392
  391.  
  392.                 ]
  393. 1209 -> 1239 [color=red]
  394. 1237 -> 1239
  395. 1241 [
  396.                 label="  1241 >>>\l  [0] Bind:\l  [\"6\",\"c\",\"2021-02-13 \l  02:14:47.417 \l  +00:00\",\"2021-02-13 \l  02:14:47.417 +00:00\",\"2\"]\l\l  [1] Describe\l"
  397.                 group=41392
  398.  
  399.                 ]
  400. 1239 -> 1241 [color=red]
  401. 1243 [
  402.                 label="  1243 >>>\l  [0] Execute\l"
  403.                 group=41392
  404.  
  405.                 ]
  406. 1241 -> 1243 [color=red]
  407. 1245 [
  408.                 label="  1245 >>>\l  [0] Flush\l"
  409.                 group=41392
  410.  
  411.                 ]
  412. 1243 -> 1245 [color=red]
  413. 1247 [
  414.                 label="  1247 >>>\l  [0] Sync\l"
  415.                 group=41392
  416.  
  417.                 ]
  418. 1245 -> 1247 [color=red]
  419. 1249 [
  420.                 label="  1249 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, title, createdAt, \l  updatedAt, UserId\l\l  [3] Data row:\l  5, a, 2021-02-13 \l  02:14:47.416+00, 2021-02-13 \l  02:14:47.416+00, 2\l\l  [4] Command completion:\l  INSERT 0 1\l"
  421.                 group=41386
  422.  
  423.                 ]
  424. 1235 -> 1249 [color=red]
  425. 1247 -> 1249
  426. 1251 [
  427.                 label="  1251 >>>\l  [0] Parse:\l  INSERT INTO \"archive\".\"Tasks\" \l  (\"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\") \l  VALUES ($1,$2,$3,$4,$5) \l  RETURNING \l  \"id\",\"title\",\"createdAt\",\"updatedAt\",\"UserId\";\l"
  428.                 group=41380
  429.  
  430.                 ]
  431. 1223 -> 1251 [color=red]
  432. 1249 -> 1251
  433. 1253 [
  434.                 label="  1253 >>>\l  [0] Bind:\l  [\"7\",\"b\",\"2021-02-13 \l  02:14:47.417 \l  +00:00\",\"2021-02-13 \l  02:14:47.417 +00:00\",\"2\"]\l"
  435.                 group=41380
  436.  
  437.                 ]
  438. 1251 -> 1253 [color=red]
  439. 1254 [
  440.                 label="  1254 >>>\l  [0] Describe\l"
  441.                 group=41380
  442.  
  443.                 ]
  444. 1253 -> 1254 [color=red]
  445. 1256 [
  446.                 label="  1256 >>>\l  [0] Execute\l"
  447.                 group=41380
  448.  
  449.                 ]
  450. 1254 -> 1256 [color=red]
  451. 1257 [
  452.                 label="  1257 >>>\l  [0] Flush\l"
  453.                 group=41380
  454.  
  455.                 ]
  456. 1256 -> 1257 [color=red]
  457. 1258 [
  458.                 label="  1258 >>>\l  [0] Sync\l"
  459.                 group=41380
  460.  
  461.                 ]
  462. 1257 -> 1258 [color=red]
  463. 1260 [
  464.                 label="  1260 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, title, createdAt, \l  updatedAt, UserId\l\l  [3] Data row:\l  7, b, 2021-02-13 \l  02:14:47.417+00, 2021-02-13 \l  02:14:47.417+00, 2\l\l  [4] Command completion:\l  INSERT 0 1\l"
  465.                 group=41380
  466.  
  467.                 ]
  468. 1258 -> 1260 [color=red]
  469. 1261 [
  470.                 label="  1261 <<<\l  [0] Parse completion\l\l  [1] Bind completion\l\l  [2] Row description:\l  id, title, createdAt, \l  updatedAt, UserId\l\l  [3] Data row:\l  6, c, 2021-02-13 \l  02:14:47.417+00, 2021-02-13 \l  02:14:47.417+00, 2\l\l  [4] Command completion:\l  INSERT 0 1\l"
  471.                 group=41392
  472.  
  473.                 ]
  474. 1247 -> 1261 [color=red]
  475. 1260 -> 1261
  476. 1263 [
  477.                 label="  1263 <<<\l  [0] Ready for query\l"
  478.                 group=41376
  479.  
  480.                 ]
  481. 1198 -> 1263 [color=red]
  482. 1261 -> 1263
  483. 1265 [
  484.                 label="  1265 <<<\l  [0] Ready for query\l"
  485.                 group=41386
  486.  
  487.                 ]
  488. 1249 -> 1265 [color=red]
  489. 1263 -> 1265
  490. 1266 [
  491.                 label="  1266 <<<\l  [0] Ready for query\l"
  492.                 group=41392
  493.  
  494.                 ]
  495. 1261 -> 1266 [color=red]
  496. 1265 -> 1266
  497. 1267 [
  498.                 label="  1267 <<<\l  [0] Ready for query\l"
  499.                 group=41380
  500.  
  501.                 ]
  502. 1260 -> 1267 [color=red]
  503. 1266 -> 1267
  504. 1270 [
  505.                 label="  1270 <<<\l  [0] Ready for query\l"
  506.                 group=41388
  507.  
  508.                 ]
  509. 1237 -> 1270 [color=red]
  510. 1267 -> 1270
  511. 1273 [
  512.                 label="  1273 >>>\l  [0] Simple query:\l  SELECT \"User\".\"id\", \l  \"User\".\"createdAt\", \l  \"User\".\"updatedAt\", \l  \"tasks\".\"id\" AS \"tasks.id\", \l  \"tasks\".\"title\" AS \l  \"tasks.title\", \l  \"tasks\".\"createdAt\" AS \l  \"tasks.createdAt\", \l  \"tasks\".\"updatedAt\" AS \l  \"tasks.updatedAt\", \l  \"tasks\".\"UserId\" AS \l  \"tasks.UserId\" FROM \l  \"archive\".\"Users\" AS \"User\" \l  LEFT OUTER JOIN LATERAL \l  (SELECT * FROM \l  \"archive\".\"Tasks\" AS \"tasks\" \l  WHERE \"User\".\"id\" = \l  \"tasks\".\"UserId\" LIMIT 2) as \l  \"tasks\" ON true ORDER BY \l  \"User\".\"id\" ASC;\l"
  513.                 group=41380
  514.  
  515.                 ]
  516. 1267 -> 1273 [color=red]
  517. 1270 -> 1273
  518. 1275 [
  519.                 label="  1275 <<<\l  [0] Row description:\l  id, createdAt, updatedAt, \l  tasks.id, tasks.title, \l  tasks.createdAt, \l  tasks.updatedAt, tasks.UserId\l\l  [1] Data row:\l  1, 2021-02-13 02:14:47.389+00, \l  2021-02-13 02:14:47.389+00, 1, \l  b, 2021-02-13 02:14:47.409+00, \l  2021-02-13 02:14:47.409+00, 1\l\l  [2] Data row:\l  1, 2021-02-13 02:14:47.389+00, \l  2021-02-13 02:14:47.389+00, 2, \l  d, 2021-02-13 02:14:47.41+00, \l  2021-02-13 02:14:47.41+00, 1\l\l  [3] Data row:\l  2, 2021-02-13 02:14:47.391+00, \l  2021-02-13 02:14:47.391+00, 5, \l  a, 2021-02-13 02:14:47.416+00, \l  2021-02-13 02:14:47.416+00, 2\l\l  [4] Data row:\l  2, 2021-02-13 02:14:47.391+00, \l  2021-02-13 02:14:47.391+00, 7, \l  b, 2021-02-13 02:14:47.417+00, \l  2021-02-13 02:14:47.417+00, 2\l\l  [5] Command completion:\l  SELECT 4\l\l  [6] Ready for query\l"
  520.                 group=41380
  521.  
  522.                 ]
  523. 1273 -> 1275 [color=red]
  524. 1276 [
  525.                 label="  1276 >>>\l  [0] Simple query:\l  SELECT table_name FROM \l  information_schema.tables \l  WHERE table_schema = 'public' \l  AND table_type LIKE '%TABLE' \l  AND table_name != \l  'spatial_ref_sys';\l"
  526.                 group=41380
  527.  
  528.                 ]
  529. 1275 -> 1276 [color=red]
  530. 1278 [
  531.                 label="  1278 <<<\l  [0] Row description:\l  table_name\l\l  [1] Command completion:\l  SELECT 0\l\l  [2] Ready for query\l"
  532.                 group=41380
  533.  
  534.                 ]
  535. 1276 -> 1278 [color=red]
  536. 1279 [
  537.                 label="  1279 >>>\l  [0] Simple query:\l  SELECT t.typname enum_name, \l  array_agg(e.enumlabel ORDER BY \l  enumsortorder) enum_value FROM \l  pg_type t JOIN pg_enum e ON \l  t.oid = e.enumtypid JOIN \l  pg_catalog.pg_namespace n ON \l  n.oid = t.typnamespace WHERE \l  n.nspname = 'public' GROUP BY \l  1\l"
  538.                 group=41380
  539.  
  540.                 ]
  541. 1278 -> 1279 [color=red]
  542. 1280 [
  543.                 label="  1280 <<<\l  [0] Row description:\l  enum_name, enum_value\l\l  [1] Command completion:\l  SELECT 0\l\l  [2] Ready for query\l"
  544.                 group=41380
  545.  
  546.                 ]
  547. 1279 -> 1280 [color=red]
  548. 1281 [
  549.                 label="  1281 >>>\l  [0] Simple query:\l  SELECT schema_name FROM \l  information_schema.schemata \l  WHERE schema_name <> \l  'information_schema' AND \l  schema_name != 'public' AND \l  schema_name !~ E'^pg_';\l"
  550.                 group=41380
  551.  
  552.                 ]
  553. 1280 -> 1281 [color=red]
  554. 1282 [
  555.                 label="  1282 <<<\l  [0] Row description:\l  schema_name\l\l  [1] Data row:\l  archive\l\l  [2] Command completion:\l  SELECT 1\l\l  [3] Ready for query\l"
  556.                 group=41380
  557.  
  558.                 ]
  559. 1281 -> 1282 [color=red]
  560. 1283 [
  561.                 label="  1283 >>>\l  [0] Simple query:\l  DROP SCHEMA IF EXISTS archive \l  CASCADE;\l"
  562.                 group=41380
  563.  
  564.                 ]
  565. 1282 -> 1283 [color=red]
  566. 1284 [
  567.                 label="  1284 <<<\l  [0] Command completion:\l  DROP SCHEMA\l\l  [1] Ready for query\l"
  568.                 group=41380
  569.  
  570.                 ]
  571. 1283 -> 1284 [color=red]
  572. }
  573.