yuleduiPay/log/sqlLog/2024-11-18.log

21 lines
7.3 KiB
Plaintext
Raw Normal View History

2024-11-22 09:23:33 +08:00
2024-11-18 13:28:35.936 [DEBU] {44c09e3be4f808182774e76956fc4dc8} [ 76 ms] [default] [yuledui] [rows:1 ] SELECT version();
2024-11-18 13:28:35.953 [DEBU] {589a3840e4f808182874e7698d63996f} [ 15 ms] [default] [yuledui] [rows:9 ] SELECT c.relname FROM pg_class c INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND c.relkind IN ('r', 'p') AND c.relpartbound IS NULL ORDER BY c.relname
2024-11-18 13:28:35.979 [DEBU] {64842d41e4f808182974e769ee0c35dd} [ 26 ms] [default] [yuledui] [rows:7 ] SELECT a.attname AS field, t.typname AS type,a.attnotnull as null, (case when d.contype = 'p' then 'pri' when d.contype = 'u' then 'uni' else '' end) as key ,ic.column_default as default_value,b.description as comment ,coalesce(character_maximum_length, numeric_precision, -1) as length ,numeric_scale as scale FROM pg_attribute a left join pg_class c on a.attrelid = c.oid left join pg_constraint d on d.conrelid = c.oid and a.attnum = d.conkey[1] left join pg_description b ON a.attrelid=b.objoid AND a.attnum = b.objsubid left join pg_type t ON a.atttypid = t.oid left join information_schema.columns ic on ic.column_name = a.attname and ic.table_name = c.relname WHERE c.relname = 'user' and a.attisdropped is false and a.attnum > 0 ORDER BY a.attnum
2024-11-18 13:28:36.012 [DEBU] {60c4d142e4f808182a74e7691be694ba} [ 31 ms] [default] [yuledui] [rows:0 ] SELECT "user_id","wx_id","zfb_id","mobile","create_time","update_time","bean" FROM "user" WHERE wx_id = '11111' LIMIT 1
2024-11-18 13:29:18.327 [DEBU] {18d2931aeef80818d19fde5a7be9a6db} [ 72 ms] [default] [yuledui] [rows:1 ] SELECT version();
2024-11-18 13:29:18.343 [DEBU] {209de91eeef80818d29fde5a23d03898} [ 15 ms] [default] [yuledui] [rows:9 ] SELECT c.relname FROM pg_class c INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND c.relkind IN ('r', 'p') AND c.relpartbound IS NULL ORDER BY c.relname
2024-11-18 13:29:18.369 [DEBU] {10fcd51feef80818d39fde5a337cbdd6} [ 26 ms] [default] [yuledui] [rows:7 ] SELECT a.attname AS field, t.typname AS type,a.attnotnull as null, (case when d.contype = 'p' then 'pri' when d.contype = 'u' then 'uni' else '' end) as key ,ic.column_default as default_value,b.description as comment ,coalesce(character_maximum_length, numeric_precision, -1) as length ,numeric_scale as scale FROM pg_attribute a left join pg_class c on a.attrelid = c.oid left join pg_constraint d on d.conrelid = c.oid and a.attnum = d.conkey[1] left join pg_description b ON a.attrelid=b.objoid AND a.attnum = b.objsubid left join pg_type t ON a.atttypid = t.oid left join information_schema.columns ic on ic.column_name = a.attname and ic.table_name = c.relname WHERE c.relname = 'user' and a.attisdropped is false and a.attnum > 0 ORDER BY a.attnum
2024-11-18 13:29:18.398 [DEBU] {8c207021eef80818d49fde5a95915aab} [ 28 ms] [default] [yuledui] [rows:0 ] SELECT "user_id","wx_id","zfb_id","mobile","create_time","update_time","bean" FROM "user" WHERE wx_id = '11111' LIMIT 1
2024-11-18 13:32:29.868 [DEBU] {68e697b21af908187cb5b6407954ef94} [ 84 ms] [default] [yuledui] [rows:1 ] SELECT version();
2024-11-18 13:32:29.886 [DEBU] {f84cb0b71af908187db5b640eb583e4f} [ 16 ms] [default] [yuledui] [rows:9 ] SELECT c.relname FROM pg_class c INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND c.relkind IN ('r', 'p') AND c.relpartbound IS NULL ORDER BY c.relname
2024-11-18 13:32:29.915 [DEBU] {406ab8b81af908187eb5b6400dd2b908} [ 28 ms] [default] [yuledui] [rows:7 ] SELECT a.attname AS field, t.typname AS type,a.attnotnull as null, (case when d.contype = 'p' then 'pri' when d.contype = 'u' then 'uni' else '' end) as key ,ic.column_default as default_value,b.description as comment ,coalesce(character_maximum_length, numeric_precision, -1) as length ,numeric_scale as scale FROM pg_attribute a left join pg_class c on a.attrelid = c.oid left join pg_constraint d on d.conrelid = c.oid and a.attnum = d.conkey[1] left join pg_description b ON a.attrelid=b.objoid AND a.attnum = b.objsubid left join pg_type t ON a.atttypid = t.oid left join information_schema.columns ic on ic.column_name = a.attname and ic.table_name = c.relname WHERE c.relname = 'user' and a.attisdropped is false and a.attnum > 0 ORDER BY a.attnum
2024-11-18 13:32:29.949 [DEBU] {905279ba1af908187fb5b640e9d7d5b7} [ 33 ms] [default] [yuledui] [rows:0 ] SELECT "user_id","wx_id","zfb_id","mobile","create_time","update_time","bean" FROM "user" WHERE wx_id = '11111' LIMIT 1
2024-11-18 13:33:04.624 [DEBU] {50b3f9ca22f90818f71a2544cabed2b5} [ 71 ms] [default] [yuledui] [rows:1 ] SELECT version();
2024-11-18 13:33:04.638 [DEBU] {d89c33cf22f90818f81a2544ce2aa167} [ 14 ms] [default] [yuledui] [rows:9 ] SELECT c.relname FROM pg_class c INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND c.relkind IN ('r', 'p') AND c.relpartbound IS NULL ORDER BY c.relname
2024-11-18 13:33:04.665 [DEBU] {c0ba18d022f90818f91a2544905637fb} [ 26 ms] [default] [yuledui] [rows:7 ] SELECT a.attname AS field, t.typname AS type,a.attnotnull as null, (case when d.contype = 'p' then 'pri' when d.contype = 'u' then 'uni' else '' end) as key ,ic.column_default as default_value,b.description as comment ,coalesce(character_maximum_length, numeric_precision, -1) as length ,numeric_scale as scale FROM pg_attribute a left join pg_class c on a.attrelid = c.oid left join pg_constraint d on d.conrelid = c.oid and a.attnum = d.conkey[1] left join pg_description b ON a.attrelid=b.objoid AND a.attnum = b.objsubid left join pg_type t ON a.atttypid = t.oid left join information_schema.columns ic on ic.column_name = a.attname and ic.table_name = c.relname WHERE c.relname = 'user' and a.attisdropped is false and a.attnum > 0 ORDER BY a.attnum
2024-11-18 13:33:04.692 [DEBU] {2855abd122f90818fa1a25443d268375} [ 27 ms] [default] [yuledui] [rows:0 ] SELECT "user_id","wx_id","zfb_id","mobile","create_time","update_time","bean" FROM "user" WHERE wx_id = '11111' LIMIT 1
2024-11-18 13:33:37.447 [DEBU] {90ea036f2af9081848686410c21a8e17} [ 77 ms] [default] [yuledui] [rows:1 ] SELECT version();
2024-11-18 13:33:37.464 [DEBU] {cc91a3732af908184968641022bd0c3e} [ 17 ms] [default] [yuledui] [rows:9 ] SELECT c.relname FROM pg_class c INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND c.relkind IN ('r', 'p') AND c.relpartbound IS NULL ORDER BY c.relname
2024-11-18 13:33:37.496 [DEBU] {480b9e742af908184a6864103710f642} [ 32 ms] [default] [yuledui] [rows:7 ] SELECT a.attname AS field, t.typname AS type,a.attnotnull as null, (case when d.contype = 'p' then 'pri' when d.contype = 'u' then 'uni' else '' end) as key ,ic.column_default as default_value,b.description as comment ,coalesce(character_maximum_length, numeric_precision, -1) as length ,numeric_scale as scale FROM pg_attribute a left join pg_class c on a.attrelid = c.oid left join pg_constraint d on d.conrelid = c.oid and a.attnum = d.conkey[1] left join pg_description b ON a.attrelid=b.objoid AND a.attnum = b.objsubid left join pg_type t ON a.atttypid = t.oid left join information_schema.columns ic on ic.column_name = a.attname and ic.table_name = c.relname WHERE c.relname = 'user' and a.attisdropped is false and a.attnum > 0 ORDER BY a.attnum
2024-11-18 13:33:37.525 [DEBU] {84768b762af908184b686410081fae6d} [ 29 ms] [default] [yuledui] [rows:0 ] SELECT "user_id","wx_id","zfb_id","mobile","create_time","update_time","bean" FROM "user" WHERE wx_id = '11111' LIMIT 1