~percona-toolkit-dev/percona-toolkit/mysql-5.6-test-fixes

« back to all changes in this revision

Viewing changes to t/lib/samples/pg/pg-syslog-008.txt

  • Committer: Daniel Nichter
  • Date: 2011-06-24 17:22:06 UTC
  • Revision ID: daniel@percona.com-20110624172206-c7q4s4ad6r260zz6
Add lib/, t/lib/, and sandbox/.  All modules are updated and passing on MySQL 5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Feb  8 09:52:41 debian postgres[7622]: [15-1] 2010-02-08 09:52:41.526 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: select * from pg_stat_bgwriter;
 
2
Feb  8 09:52:41 debian postgres[7622]: [16-1] 2010-02-08 09:52:41.533 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 8.309 ms
 
3
Feb  8 09:52:57 debian postgres[7622]: [17-1] 2010-02-08 09:52:57.807 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: create index ix_a on foo (a);
 
4
Feb  8 09:52:57 debian postgres[7622]: [18-1] 2010-02-08 09:52:57.864 EST c=4b701056.1dc6,u=fred,D=fred ERROR:  relation "ix_a" already exists
 
5
Feb  8 09:52:57 debian postgres[7622]: [18-2] 2010-02-08 09:52:57.864 EST c=4b701056.1dc6,u=fred,D=fred STATEMENT:  create index ix_a on foo (a);
 
6
Feb  8 09:53:25 debian postgres[7622]: [19-1] 2010-02-08 09:53:25.236 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: select * from foo;
 
7
Feb  8 09:53:25 debian postgres[7622]: [20-1] 2010-02-08 09:53:25.282 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 46.352 ms
 
8
Feb  8 09:53:51 debian postgres[7622]: [21-1] 2010-02-08 09:53:51.724 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: SELECT n.nspname as "Schema",
 
9
Feb  8 09:53:51 debian postgres[7622]: [21-2] #011  c.relname as "Name",
 
10
Feb  8 09:53:51 debian postgres[7622]: [21-3] #011  CASE c.relkind WHEN 'r' THEN 'table' WHEN 'v' THEN 'view' WHEN 'i' THEN 'index' WHEN 'S' THEN 'sequence' WHEN 's' THEN
 
11
Feb  8 09:53:51 debian postgres[7622]: [21-4]  'special' END as "Type",
 
12
Feb  8 09:53:51 debian postgres[7622]: [21-5] #011  r.rolname as "Owner"
 
13
Feb  8 09:53:51 debian postgres[7622]: [21-6] #011FROM pg_catalog.pg_class c
 
14
Feb  8 09:53:51 debian postgres[7622]: [21-7] #011     JOIN pg_catalog.pg_roles r ON r.oid = c.relowner
 
15
Feb  8 09:53:51 debian postgres[7622]: [21-8] #011     LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
 
16
Feb  8 09:53:51 debian postgres[7622]: [21-9] #011WHERE c.relkind IN ('r','v','S','')
 
17
Feb  8 09:53:51 debian postgres[7622]: [21-10] #011  AND n.nspname <> 'pg_catalog'
 
18
Feb  8 09:53:51 debian postgres[7622]: [21-11] #011  AND n.nspname !~ '^pg_toast'
 
19
Feb  8 09:53:51 debian postgres[7622]: [21-12] #011  AND pg_catalog.pg_table_is_visible(c.oid)
 
20
Feb  8 09:53:51 debian postgres[7622]: [21-13] #011ORDER BY 1,2;
 
21
Feb  8 09:53:51 debian postgres[7622]: [22-1] 2010-02-08 09:53:51.867 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 150.472 ms
 
22
Feb  8 09:53:57 debian postgres[7622]: [23-1] 2010-02-08 09:53:57.370 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: SELECT n.nspname as "Schema",
 
23
Feb  8 09:53:57 debian postgres[7622]: [23-2] #011  c.relname as "Name",
 
24
Feb  8 09:53:57 debian postgres[7622]: [23-3] #011  CASE c.relkind WHEN 'r' THEN 'table' WHEN 'v' THEN 'view' WHEN 'i' THEN 'index' WHEN 'S' THEN 'sequence' WHEN 's' THEN
 
25
Feb  8 09:53:57 debian postgres[7622]: [23-4]  'special' END as "Type",
 
26
Feb  8 09:53:57 debian postgres[7622]: [23-5] #011  r.rolname as "Owner"
 
27
Feb  8 09:53:57 debian postgres[7622]: [23-6] #011FROM pg_catalog.pg_class c
 
28
Feb  8 09:53:57 debian postgres[7622]: [23-7] #011     JOIN pg_catalog.pg_roles r ON r.oid = c.relowner
 
29
Feb  8 09:53:57 debian postgres[7622]: [23-8] #011     LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
 
30
Feb  8 09:53:57 debian postgres[7622]: [23-9] #011WHERE c.relkind IN ('r','')
 
31
Feb  8 09:53:57 debian postgres[7622]: [23-10] #011  AND n.nspname <> 'pg_catalog'
 
32
Feb  8 09:53:57 debian postgres[7622]: [23-11] #011  AND n.nspname !~ '^pg_toast'
 
33
Feb  8 09:53:57 debian postgres[7622]: [23-12] #011  AND pg_catalog.pg_table_is_visible(c.oid)
 
34
Feb  8 09:53:57 debian postgres[7622]: [23-13] #011ORDER BY 1,2;
 
35
Feb  8 09:53:57 debian postgres[7622]: [24-1] 2010-02-08 09:53:57.385 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 15.592 ms
 
36
Feb  8 09:54:00 debian postgres[7622]: [25-1] 2010-02-08 09:54:00.594 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: SELECT n.nspname as "Schema",
 
37
Feb  8 09:54:00 debian postgres[7622]: [25-2] #011  c.relname as "Name",
 
38
Feb  8 09:54:00 debian postgres[7622]: [25-3] #011  CASE c.relkind WHEN 'r' THEN 'table' WHEN 'v' THEN 'view' WHEN 'i' THEN 'index' WHEN 'S' THEN 'sequence' WHEN 's' THEN
 
39
Feb  8 09:54:00 debian postgres[7622]: [25-4]  'special' END as "Type",
 
40
Feb  8 09:54:00 debian postgres[7622]: [25-5] #011  r.rolname as "Owner"
 
41
Feb  8 09:54:00 debian postgres[7622]: [25-6] #011FROM pg_catalog.pg_class c
 
42
Feb  8 09:54:00 debian postgres[7622]: [25-7] #011     JOIN pg_catalog.pg_roles r ON r.oid = c.relowner
 
43
Feb  8 09:54:00 debian postgres[7622]: [25-8] #011     LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
 
44
Feb  8 09:54:00 debian postgres[7622]: [25-9] #011WHERE c.relkind IN ('r','')
 
45
Feb  8 09:54:00 debian postgres[7622]: [25-10] #011  AND n.nspname <> 'pg_catalog'
 
46
Feb  8 09:54:00 debian postgres[7622]: [25-11] #011  AND n.nspname !~ '^pg_toast'
 
47
Feb  8 09:54:00 debian postgres[7622]: [25-12] #011  AND c.relname ~ '^(foo)$'
 
48
Feb  8 09:54:00 debian postgres[7622]: [25-13] #011  AND pg_catalog.pg_table_is_visible(c.oid)
 
49
Feb  8 09:54:00 debian postgres[7622]: [25-14] #011ORDER BY 1,2;
 
50
Feb  8 09:54:00 debian postgres[7622]: [26-1] 2010-02-08 09:54:00.636 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 42.600 ms
 
51
Feb  8 09:54:04 debian postgres[7622]: [27-1] 2010-02-08 09:54:04.117 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: SELECT n.nspname as "Schema",
 
52
Feb  8 09:54:04 debian postgres[7622]: [27-2] #011  c.relname as "Name",
 
53
Feb  8 09:54:04 debian postgres[7622]: [27-3] #011  CASE c.relkind WHEN 'r' THEN 'table' WHEN 'v' THEN 'view' WHEN 'i' THEN 'index' WHEN 'S' THEN 'sequence' WHEN 's' THEN
 
54
Feb  8 09:54:04 debian postgres[7622]: [27-4]  'special' END as "Type",
 
55
Feb  8 09:54:04 debian postgres[7622]: [27-5] #011  r.rolname as "Owner",
 
56
Feb  8 09:54:04 debian postgres[7622]: [27-6] #011  pg_catalog.obj_description(c.oid, 'pg_class') as "Description"
 
57
Feb  8 09:54:04 debian postgres[7622]: [27-7] #011FROM pg_catalog.pg_class c
 
58
Feb  8 09:54:04 debian postgres[7622]: [27-8] #011     JOIN pg_catalog.pg_roles r ON r.oid = c.relowner
 
59
Feb  8 09:54:04 debian postgres[7622]: [27-9] #011     LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
 
60
Feb  8 09:54:04 debian postgres[7622]: [27-10] #011WHERE c.relkind IN ('r','')
 
61
Feb  8 09:54:04 debian postgres[7622]: [27-11] #011  AND n.nspname <> 'pg_catalog'
 
62
Feb  8 09:54:04 debian postgres[7622]: [27-12] #011  AND n.nspname !~ '^pg_toast'
 
63
Feb  8 09:54:04 debian postgres[7622]: [27-13] #011  AND c.relname ~ '^(foo)$'
 
64
Feb  8 09:54:04 debian postgres[7622]: [27-14] #011  AND pg_catalog.pg_table_is_visible(c.oid)
 
65
Feb  8 09:54:04 debian postgres[7622]: [27-15] #011ORDER BY 1,2;
 
66
Feb  8 09:54:04 debian postgres[7622]: [28-1] 2010-02-08 09:54:04.187 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 70.996 ms
 
67
Feb  8 09:54:10 debian postgres[7622]: [29-1] 2010-02-08 09:54:10.990 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: SELECT d.datname as "Name",
 
68
Feb  8 09:54:10 debian postgres[7622]: [29-2] #011       r.rolname as "Owner",
 
69
Feb  8 09:54:10 debian postgres[7622]: [29-3] #011       pg_catalog.pg_encoding_to_char(d.encoding) as "Encoding"
 
70
Feb  8 09:54:10 debian postgres[7622]: [29-4] #011FROM pg_catalog.pg_database d
 
71
Feb  8 09:54:10 debian postgres[7622]: [29-5] #011  JOIN pg_catalog.pg_roles r ON d.datdba = r.oid
 
72
Feb  8 09:54:10 debian postgres[7622]: [29-6] #011ORDER BY 1;
 
73
Feb  8 09:54:11 debian postgres[7622]: [30-1] 2010-02-08 09:54:11.017 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 27.806 ms
 
74
Feb  8 09:54:14 debian postgres[7622]: [31-1] 2010-02-08 09:54:14.827 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: SELECT n.nspname as "Schema",
 
75
Feb  8 09:54:14 debian postgres[7622]: [31-2] #011  c.relname as "Name",
 
76
Feb  8 09:54:14 debian postgres[7622]: [31-3] #011  CASE c.relkind WHEN 'r' THEN 'table' WHEN 'v' THEN 'view' WHEN 'i' THEN 'index' WHEN 'S' THEN 'sequence' WHEN 's' THEN
 
77
Feb  8 09:54:14 debian postgres[7622]: [31-4]  'special' END as "Type",
 
78
Feb  8 09:54:14 debian postgres[7622]: [31-5] #011  r.rolname as "Owner"
 
79
Feb  8 09:54:14 debian postgres[7622]: [31-6] #011FROM pg_catalog.pg_class c
 
80
Feb  8 09:54:14 debian postgres[7622]: [31-7] #011     JOIN pg_catalog.pg_roles r ON r.oid = c.relowner
 
81
Feb  8 09:54:14 debian postgres[7622]: [31-8] #011     LEFT JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
 
82
Feb  8 09:54:14 debian postgres[7622]: [31-9] #011WHERE c.relkind IN ('r','v','S','s','')
 
83
Feb  8 09:54:14 debian postgres[7622]: [31-10] #011  AND n.nspname = 'pg_catalog'
 
84
Feb  8 09:54:14 debian postgres[7622]: [31-11] #011  AND pg_catalog.pg_table_is_visible(c.oid)
 
85
Feb  8 09:54:14 debian postgres[7622]: [31-12] #011ORDER BY 1,2;
 
86
Feb  8 09:54:14 debian postgres[7622]: [32-1] 2010-02-08 09:54:14.855 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 28.255 ms
 
87
Feb  8 09:55:05 debian postgres[7622]: [33-1] 2010-02-08 09:55:05.155 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: select 'a very long statement that will surely
 
88
Feb  8 09:55:05 debian postgres[7622]: [33-2]  break a very long statement that will surely break a very long statement that will surely break a very long statement that will
 
89
Feb  8 09:55:05 debian postgres[7622]: [33-3]  surely break a very long statement that will surely break a very long statement that will surely break a very long statement
 
90
Feb  8 09:55:05 debian postgres[7622]: [33-4]  that will surely break a very long statement that will surely break a very long statement that will surely break a very long
 
91
Feb  8 09:55:05 debian postgres[7622]: [33-5]  statement that will surely break a very long statement that will surely break a very long statement that will surely break a
 
92
Feb  8 09:55:05 debian postgres[7622]: [33-6]  very long statement that will surely break a very long statement that will surely break a very long statement that will surely
 
93
Feb  8 09:55:05 debian postgres[7622]: [33-7]  break a very long statement that will surely break a very long statement that will surely break a very long statement that will
 
94
Feb  8 09:55:05 debian postgres[7622]: [33-8]  surely break a very long statement that will surely break a very long statement that will surely break a very long statement
 
95
Feb  8 09:55:05 debian postgres[7622]: [33-9]  that will surely break a very long statement that will surely break a very long statement that will surely break a very long
 
96
Feb  8 09:55:05 debian postgres[7622]: [33-10]  statement that will surely break a very long statement that will surely break a very long statement that will surely break';
 
97
Feb  8 09:55:05 debian postgres[7622]: [34-1] 2010-02-08 09:55:05.163 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 7.922 ms
 
98
Feb  8 09:55:34 debian postgres[7622]: [35-1] 2010-02-08 09:55:34.302 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: select 'a statement with a
 
99
Feb  8 09:55:34 debian postgres[7622]: [35-2] #011embedded newline';
 
100
Feb  8 09:55:34 debian postgres[7622]: [36-1] 2010-02-08 09:55:34.303 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 3.144 ms
 
101
Feb  8 09:56:09 debian postgres[7622]: [37-1] 2010-02-08 09:56:09.955 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: select 'a statement#011with an embedded tab';
 
102
Feb  8 09:56:09 debian postgres[7622]: [38-1] 2010-02-08 09:56:09.958 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 3.439 ms
 
103
Feb  8 09:56:22 debian postgres[7622]: [39-1] 2010-02-08 09:56:22.335 EST c=4b701056.1dc6,u=fred,D=fred LOG:  statement: select
 
104
Feb  8 09:56:22 debian postgres[7622]: [39-2] #0111;
 
105
Feb  8 09:56:22 debian postgres[7622]: [40-1] 2010-02-08 09:56:22.344 EST c=4b701056.1dc6,u=fred,D=fred LOG:  duration: 8.951 ms
 
106
Feb  8 09:56:35 debian postgres[7622]: [41-1] 2010-02-08 09:56:35.674 EST c=4b701056.1dc6,u=fred,D=fred LOG:  disconnection: session time: 1:33:01.690 user=fred
 
107
Feb  8 09:56:35 debian postgres[7622]: [41-2]  database=fred host=[local]
 
108
Feb  8 09:56:39 debian postgres[9180]: [3-1] 2010-02-08 09:56:39.689 EST c=4b702627.23dc,u=[unknown],D=[unknown] LOG:  connection received: host=[local]
 
109
Feb  8 09:56:39 debian postgres[9180]: [4-1] 2010-02-08 09:56:39.693 EST c=4b702627.23dc,u=fred,D=fred LOG:  connection authorized: user=fred database=fred
 
110
Feb  8 09:56:43 debian postgres[9180]: [5-1] 2010-02-08 09:56:43.111 EST c=4b702627.23dc,u=fred,D=fred LOG:  disconnection: session time: 0:00:03.421 user=fred
 
111
Feb  8 09:56:43 debian postgres[9180]: [5-2]  database=fred host=[local]
 
112
Feb  8 09:57:28 debian postgres[9184]: [3-1] 2010-02-08 09:57:28.332 EST c=4b702658.23e0,u=[unknown],D=[unknown] LOG:  connection received: host=[local]
 
113
Feb  8 09:57:28 debian postgres[9184]: [4-1] 2010-02-08 09:57:28.335 EST c=4b702658.23e0,u=fred,D=fred LOG:  connection authorized: user=fred database=fred
 
114
Feb  8 09:57:31 debian postgres[9186]: [3-1] 2010-02-08 09:57:31.233 EST c=4b70265b.23e2,u=[unknown],D=[unknown] LOG:  connection received: host=[local]
 
115
Feb  8 09:57:31 debian postgres[9186]: [4-1] 2010-02-08 09:57:31.237 EST c=4b70265b.23e2,u=fred,D=fred LOG:  connection authorized: user=fred database=fred
 
116
Feb  8 09:57:44 debian postgres[9186]: [5-1] 2010-02-08 09:57:44.987 EST c=4b70265b.23e2,u=fred,D=fred LOG:  statement: select 'something from terminal 1';
 
117
Feb  8 09:57:44 debian postgres[9186]: [6-1] 2010-02-08 09:57:44.995 EST c=4b70265b.23e2,u=fred,D=fred LOG:  duration: 10.931 ms
 
118
Feb  8 09:57:53 debian postgres[9184]: [5-1] 2010-02-08 09:57:53.160 EST c=4b702658.23e0,u=fred,D=fred LOG:  statement: select 'something from terminal 2';
 
119
Feb  8 09:57:53 debian postgres[9184]: [6-1] 2010-02-08 09:57:53.168 EST c=4b702658.23e0,u=fred,D=fred LOG:  duration: 10.253 ms
 
120
Feb  8 09:57:54 debian postgres[9184]: [7-1] 2010-02-08 09:57:54.352 EST c=4b702658.23e0,u=fred,D=fred LOG:  disconnection: session time: 0:00:26.022 user=fred
 
121
Feb  8 09:57:54 debian postgres[9184]: [7-2]  database=fred host=[local]
 
122
Feb  8 09:58:08 debian postgres[9186]: [7-1] 2010-02-08 09:58:08.414 EST c=4b70265b.23e2,u=fred,D=fred LOG:  disconnection: session time: 0:00:37.183 user=fred
 
123
Feb  8 09:58:08 debian postgres[9186]: [7-2]  database=fred host=[local]